exor_filter v0.3.0 Release Notes

Release Date: 2020-01-06 // over 4 years ago
  • 🚀 This release is the 'production readiness' release.

    Includes:

    1. Error when duplicate keys are present in the hash function and pre-hashed options, there is no longer the risk of an infinite loop during initialization!
      • The default_hash squashes dupes, so that there is no risk of this happening here either.
    2. A 'raw' interface to avoid this, use with caution.
    3. Convenience modules xor8 and xor16. 🛠 4. Dialyzer fixes ✅ 5. Moar tests 📚 6. Documentation updates.
    4. Simplified C and erlang code
    5. Removal of fast_hash option, as duplication checking would have voided the usefulness.