Skip to content

offheap map fix

Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 30 Aug 16:45
· 199 commits to master since this release
  • off heap map could segfault with large keys and specific operations sequences. Fixed that by moving the index on-heap (so keys are on heap, values are offheap). Keys will get stored offheap in a future version again.