summaryrefslogtreecommitdiffstats
path: root/benchmark/tree_bench.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Constrain benchmark parameters to reasonable limitsDavid Robillard1-2/+10
2022-10-21Split up common headerDavid Robillard1-1/+1
2022-06-28Use uppercase integer literal suffixesDavid Robillard1-2/+2
2022-06-28Remove redundant includesDavid Robillard1-1/+0
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add custom allocator supportDavid Robillard1-2/+2
2021-09-10Add nullability annotationsDavid Robillard1-2/+3
2021-09-10Move attribute definitions to a separate headerDavid Robillard1-0/+1
2021-09-10Add a user handle to destroy callbackDavid Robillard1-2/+2
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
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
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