poppy
poppy copied to clipboard
Rust implementation of the DCSO Bloom filter
src: https://www.misp-project.org/2024/03/25/Poppy-a-new-bloom-filter-format-and-project.html > Benchmarks > Dataset size: varies between 10MB and 7GB > Data type: sha1 strings (40 bytes wide) > False positive probability: 0.001 (0.1%) The 10MB datasets contains...
There is an issue with maturin v1.7.0 causing the maturin workflow to fail. So we should not close this one until the issue on maturin side is not fixed: https://github.com/PyO3/maturin/issues/2154
python binding for bench is missing: ``` >>> print(dir(test)) ['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__',...