exor_filter v0.4.1 Release Notes

Release Date: 2020-01-20 // about 4 years ago
  • ๐Ÿš€ Included in this release:

    • โฌ†๏ธ Upgraded xor_filter headerfile. Includes protections against dups.
    • Included fix in xor_filter header file found by cppcheck.
    • ๐Ÿ‘‰ Used cppcheck on nif code, looks clean.
    • ๐ŸŽ Performance increases
      • Using a custom tail-recursive over_10_thousand/1 instead of length/1 function for greater performance on large lists.
      • Removing dup key checking from erlang code, now found in underlying library.
    • โž• Address typo for freeing the wrong pointer
    • 0๏ธโƒฃ Using lists:map instead of lists:foldr, as it isn't tail recursive, for the default hash.
    • โœ‚ Removed raw interface, no longer has any speed benefits.