lemire / FastBitSet.js

Speed-optimized BitSet implementation for modern browsers and JavaScript engines
Apache License 2.0
158 stars 20 forks source link

maybe bug? #5

Closed dabba39 closed 6 years ago

dabba39 commented 6 years ago

https://github.com/lemire/FastBitSet.js/blob/fca0d87b4728c0489e8fb5d0a93195689d886ae7/FastBitSet.js#L108

Shouldn't it exit, if the item is not 0?

lemire commented 6 years ago

Yes, it is surely a bug.

To be fixed.

lemire commented 6 years ago

Fixed with accompanying unit test.