alexandrnikitin / bloom-filter-scala

Bloom filter for Scala, the fastest for JVM
https://alexandrnikitin.github.io/blog/bloom-filter-for-scala/
MIT License
376 stars 57 forks source link

Allocate sufficient memory in UnsafeBitArray #9

Closed cmarxer closed 7 years ago

cmarxer commented 7 years ago

It seems as if in UnsafeBitArray.scala to few memory is allocated.

alexandrnikitin commented 7 years ago

Awesome! Thank you!