persistent-rbtree
persistent-rbtree copied to clipboard
support the use of a memory / object pool
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.