This repo compares the insertion performance of AVL-tree and RB-tree. Both implementations were originated from libavl. I ported them to C++ in 2008 for benchmarking purposes. Libavl is GPL'd, so are the two headers in this repo. Sorry!
This repo compares the insertion performance of AVL-tree and RB-tree. Both implementations were originated from libavl. I ported them to C++ in 2008 for benchmarking purposes. Libavl is GPL'd, so are the two headers in this repo. Sorry!