bits-and-blooms / bitset

Go package implementing bitsets
BSD 3-Clause "New" or "Revised" License
1.34k stars 175 forks source link

ReadFrom Slow!!! #141

Closed king526 closed 1 year ago

king526 commented 1 year ago

https://github.com/bits-and-blooms/bitset/blob/e052c0037b13041fe61390305eac4fb73e78c695/bitset.go#L986

ReadFrom method is too bad ; it take too much time!!! ( I have to replace version to v1.2.0)

lemire commented 1 year ago

This is a really badly prepared issue, with no analysis, no benchmarking.

Still. I agree with the sentiment.