Support multiple SkipMap
s share the same Arena
#47
Labels
enhancement
New feature or request
Milestone
SkipMap
s share the same Arena
#47
This feature is a must-have to help upper-level crates implement
range-deletions
andrange-sets
.With this feature, we can have a memtable like this:
In the above struct,
skiplist
,range_deletions
andrange_sets
, they are separateSkipMap
but share the sameArena
.The text was updated successfully, but these errors were encountered: