You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.