Exor_filter, an xor_filter NIF. 'Faster and Smaller Than Bloom and Cuckoo Filters'

Version 0.8.0 of this library has been released! This fixes an issue with a possible segfault in the test suite, as well as enables two filters that have been serialized to binary be consistently compared for equality. Before, there was some non deterministic behavior around filter initialization.

It can be found on Hex: exor_filter | Hex
And on GitHub: Release v0.8.0 · mpope9/exor_filter · GitHub

Version v0.8.1 of this library has been released!

This release includes changes merged to the upstream xorfilter.h library.

It can be found on Hex: exor_filter | Hex
And on GitHub: Release v0.8.1 · mpope9/exor_filter · GitHub