Closed
Description
map.[ch]
is the C Implementation for C++ std::map using red-black tree. It works well, but there is room for improvements. We can take some tricks used in Red-black Trees in Linux for potential speedup. In addition, current rbtree can benefit from the introduction of indirect pointers.
Metadata
Metadata
Assignees
Labels
No labels