look back when adding to sorted values

look back when adding to sorted values, before adding it to overflow
This commit is contained in:
Chris Lu
2021-06-28 22:46:49 -07:00
parent fc8dd58aea
commit 24e11d1e90
2 changed files with 25 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ func Test5bytesIndexLoading(t *testing.T) {
println("total entries:", rowCount)
key := types.NeedleId(0x671b905)
key := types.NeedleId(0x671b905) // 108116229
needle, found := m.Get(types.NeedleId(0x671b905))