kelindar / bitmap

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

Why uint64 instead of byte? #38

Open tomasweigenast opened 8 months ago

tomasweigenast commented 8 months ago

That is, what is the reason of having a slice of uint64 instead of a slice of byte?