Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improvements #5

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Conversation

Vagabond
Copy link
Contributor

  • Make the project a library, not an application
  • Allow the use of any Erlang term as a key (term_to_binary is called
    internally on non binary keys)
  • Add to_bin and from_bin to easily serialize/deserialize the bloom to a
    binary (eg. for storing in a database)
  • Add ability to use check/2 on serialized or binary encoded bloom
    filters, which is more efficent than deserializing them if there's no
    need to use set/2 on them

* Make the project a library, not an application
* Allow the use of any Erlang term as a key (term_to_binary is called
  internally on non binary keys)
* Add to_bin and from_bin to easily serialize/deserialize the bloom to a
  binary (eg. for storing in a database)
* Add ability to use check/2 on serialized or binary encoded bloom
  filters, which is more efficent than deserializing them if there's no
  need to use set/2 on them
@Elzor Elzor merged commit 263b64f into Vonmo:master Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants