kelindar / bitmap

Simple dense bitmap index in Go with binary operators
MIT License
306 stars 23 forks source link

Fix CountTo #37

Closed mhr3 closed 11 months ago

mhr3 commented 11 months ago

CountTo was ignoring the last uint64 in the slice when using a multiple of 64. This fixes it and adds a test for it.

mhr3 commented 11 months ago

@kelindar ping