Skip to content

Releases: erunehtar/LibPatternedBloomFilter

Release list

4

Choose a tag to compare

@erunehtar erunehtar released this 16 Feb 20:55

Fixed

  • Fix annotation issues, unignore vscode settings file, add a performance test

3

3

Choose a tag to compare

@erunehtar erunehtar released this 21 Jan 04:56

Changed

  • BREAKING CHANGE: Inserted new seed parameter immediately after capacity parameter, used to generate different hashes for the same values.

2

2

Choose a tag to compare

@erunehtar erunehtar released this 21 Jan 04:55

Changed

  • Moved several values to constants, which did not need to be stored in each instance
  • Cache generated patterns and share between instances, to avoid generating the same patterns over and over again (makes New and Import much faster)
  • Default patterns will be generated on load, takes less than a millisecond
  • Renamed GetFalsePositiveRate to EstimateFalsePositiveRate
  • Improved documentation

1

1

Choose a tag to compare

@erunehtar erunehtar released this 21 Jan 04:55

Initial release.