MarginaliaSearch/code/libraries/btree/src
Viktor Lofgren f613f4f2df (array) Fix spurious search results
This was caused by a bug in the binary search algorithm causing it to sometimes return positive values when encoding a search miss.

It was also necessary to get rid of the vestiges of the old LongArray and IntArray classes to make this fix doable.
2023-10-26 15:27:02 +02:00
..
main/java/nu/marginalia/btree (array) Fix spurious search results 2023-10-26 15:27:02 +02:00
test/java/nu/marginalia/btree (index-reverse) Parallel construction of the reverse indexes. (#52) 2023-10-07 10:00:00 +02:00