persistent-rbtree
persistent-rbtree copied to clipboard
Persistent red-black tree in C++
Results
4
persistent-rbtree issues
Sort by
recently updated
recently updated
newest added
alloc/free are big performance killers in the persistent tree. it could be very beneficial to use a object pool in the implementation, at least as an option.
enhancement
help wanted
good first issue
The key/value pairs for each item in the tree are stored in their own `struct entry` and shared structurally with other tree nodes. When the actual key/value is small, we...
enhancement
help wanted
good first issue