summaryrefslogtreecommitdiffstats
path: root/benchmark/tree_bench.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-10Allow ZixBTreeIter to be allocated on the stackDavid Robillard1-6/+5
2021-09-10Remove destroy field of BTree and add zix_btree_clear()David Robillard1-2/+2
If this is used, it is only when clearing or freeing a tree. Allowing it to be given as a parameter directly there is clearer and avoids bloating the tree itself with information that isn't needed.
2021-09-10Fix conversion warningsDavid Robillard1-21/+24
2021-07-17Remove ZixSortedArrayDavid Robillard1-105/+0
2021-07-17Avoid use of rand()David Robillard1-16/+2
2021-07-17Avoid use of atoi() and atol()David Robillard1-2/+2
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Disable glib warnings in the codeDavid Robillard1-0/+3
Though annoying, this avoids relying on special compiler flags to suppress them.
2020-12-31Initialize all variablesDavid Robillard1-2/+4
2020-12-31Fix signed operand to bitwise operationDavid Robillard1-1/+1
2020-12-31Fix unused value warningDavid Robillard1-2/+4
2020-12-31Format all code with clang-formatDavid Robillard1-309/+325
2020-12-31Avoid "else" after "return"David Robillard1-6/+10
2020-08-13Move benchmarks to a separate directoryDavid Robillard1-0/+411