aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/avl.c
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2015-11-23
|
* Reduce code size for AVL treeGravatar Craig Tiller2015-11-23
| | | | | By rewriting a few stanza's to give the compiler more flexibility in order of operations, reduce code size by about 1kb.
* faster assertsGravatar Craig Tiller2015-11-23
|
* AVL: removal, and passing testsGravatar Craig Tiller2015-11-23
|
* AVL: creation, destroy, addGravatar Craig Tiller2015-11-23