avl_array
avl_array copied to clipboard
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
- Add emplace method - Optimized for nonPOD Type - Auto smallest size_type - Support const_iterator reverse_iterator const_reverse_iterator
This PRQ addresses the two points raised in this single issue; https://github.com/mpaland/avl_array/issues/3 However, I have just realised I first had to run dos2unix on the two main files! I guess...
I've tried to build this in a g++-10 environment where the g++/gcc 'alternative' links don't exist. To quickly overcome this, allow the CC env var to be set. Also, modern...