MarginaliaSearch/code/libraries/coded-sequence/java/nu/marginalia/sequence
Viktor Lofgren 31881874a9 (coded-sequence) Correct indicator of next-value
It was incorrectly assumed that a "next" value could not be zero or negative, as this is not representable via the Gamam code.  This is incorrect in this case, as we're able to provide a negative offset.  Changing to using Integer.MIN_VALUE as indicator that a value is absent instead, as this will never be used.
2024-07-11 16:13:23 +02:00
..
io (index-reverse) Added compression to priority index 2024-07-11 16:13:23 +02:00
GammaCodedSequence.java (coded-sequence) Correct indicator of next-value 2024-07-11 16:13:23 +02:00
SequenceOperations.java (index) Integrate positions data with indexes WIP 2024-06-10 15:09:06 +02:00