Skip to content

1.1.0

Compare
Choose a tag to compare
@rhaist rhaist released this 24 Oct 15:44
· 12 commits to master since this release
540787f

Major changes:

  • Switch to a new, more robust hashing scheme (see #3)
  • Converted all parameter integers (N, k, m) to unsigned 64 bit values to allow for larger filters (see #3)

This might make this release backward incompatible for already compiled filters.
You may have to recompile them with this version to make them work again.

Thanks @adewes for your contribution.