A persistent B+tree with string prefix optimization
Find a file
Linus Björnstam 7af48306fe Optimize the binary search by using unsafe
The jit was not able to tell that bounds checks could be elided.

Added an extra whistle for value types to allow for inlined comparisons.
2026-04-23 16:45:18 +02:00
benchmarks/MyBenchMarks added proper benchmarking against others 2026-04-22 19:30:46 +02:00
PersistentMap Optimize the binary search by using unsafe 2026-04-23 16:45:18 +02:00
TestProject1 added proper benchmarking against others 2026-04-22 19:30:46 +02:00
.gitignore First 2026-02-11 12:37:03 +01:00
NiceBtree.sln perf: Optimize non-prefix key strategies and 2026-04-22 15:55:33 +02:00