C library for balanced trees.
- Support for the following data structures:
- Red-black tree (in progess)
- AVL
- B-tree
- Thread-safe variants of each data structure
- Lock-free implementation for red-black based on this paper
| Name | Name | Last commit date | ||
|---|---|---|---|---|
C library for balanced trees.