index
:
zix.git
main
Zix portable data structure and utility library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
benchmark
/
tree_bench.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
Use BenchmarkTime typedef everywhere
David Robillard
1
-14
/
+13
2024-11-24
Clean up includes
David Robillard
1
-2
/
+1
2024-11-23
Use angle brackets for library includes
David Robillard
1
-4
/
+4
2024-11-15
Assert that allocation and file opening succeeds in tests
David Robillard
1
-0
/
+6
2024-07-18
Simplify logging code in tree benchmark
David Robillard
1
-19
/
+14
2022-11-25
Constrain benchmark parameters to reasonable limits
David Robillard
1
-2
/
+10
2022-10-21
Split up common header
David Robillard
1
-1
/
+1
2022-06-28
Use uppercase integer literal suffixes
David Robillard
1
-2
/
+2
2022-06-28
Remove redundant includes
David Robillard
1
-1
/
+0
2021-09-10
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
2021-09-10
Add custom allocator support
David Robillard
1
-2
/
+2
2021-09-10
Add nullability annotations
David Robillard
1
-2
/
+3
2021-09-10
Move attribute definitions to a separate header
David Robillard
1
-0
/
+1
2021-09-10
Add a user handle to destroy callback
David Robillard
1
-2
/
+2
2021-09-10
Allow ZixBTreeIter to be allocated on the stack
David Robillard
1
-6
/
+5
2021-09-10
Remove destroy field of BTree and add zix_btree_clear()
David Robillard
1
-2
/
+2
2021-09-10
Fix conversion warnings
David Robillard
1
-21
/
+24
2021-07-17
Remove ZixSortedArray
David Robillard
1
-105
/
+0
2021-07-17
Avoid use of rand()
David Robillard
1
-16
/
+2
2021-07-17
Avoid use of atoi() and atol()
David Robillard
1
-2
/
+2
2020-12-31
Update copyright headers
David Robillard
1
-1
/
+1
2020-12-31
Disable glib warnings in the code
David Robillard
1
-0
/
+3
2020-12-31
Initialize all variables
David Robillard
1
-2
/
+4
2020-12-31
Fix signed operand to bitwise operation
David Robillard
1
-1
/
+1
2020-12-31
Fix unused value warning
David Robillard
1
-2
/
+4
2020-12-31
Format all code with clang-format
David Robillard
1
-309
/
+325
2020-12-31
Avoid "else" after "return"
David Robillard
1
-6
/
+10
2020-08-13
Move benchmarks to a separate directory
David Robillard
1
-0
/
+411