seqan / hibf

HIBF and IBF
https://docs.seqan.de/hibf
Other
4 stars 2 forks source link

[TEST] Small correction in binning_bitvector_benchmark #76

Closed eseiler closed 1 year ago

eseiler commented 1 year ago

To determine the number of words, (bitvector.size() + 63u) >> 6 is more correct than bitvector.size() >> 6.

The binning_bitvector can have a size that is not a multiple of 64; currently, the IBF can be constructed with an arbitrary bin count. However, any unused bits in this case are always 0.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hibf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2023 4:47pm