lemire / FastBitSet.js

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

Fix typo #1

Closed dead-claudia closed 7 years ago

dead-claudia commented 7 years ago

The loop will never run otherwise.

lemire commented 7 years ago

Thanks.

lemire commented 7 years ago

Note that the loop did run now... but forever... I fixed it. We now have a sensible test. It passses.

dead-claudia commented 7 years ago

@lemire My tired eyes and fried brain totally missed it :laughing: