Matthias Vallentin
Matthias Vallentin
Also: https://github.com/gabebw/dotfiles/pull/79/files
I've pushed some lingering local changes to master. You should be able to safely rebase your topic branch.
Thanks for the patch. To me, it looks like the errors of #12 concern the stable Bloom filter, not the bitwise. Were you also getting errors for the stable Bloom...
The change to `digest` makes sense to me. But you're introducing another subtle change silently: changing the digest type from `size_t` to `uint64_t`. So far, I'm going with the design...
> `size_t` is semantically interpreted as a return type of sizeof, which should not be an appropriate type to describe a hash result. A digest type should be a better...
Unfortunately I lack the cycles to maintain this project. (I've added a note in the README.) These textbook implementations in here are best suited for inspiration. The modern standard in...
> Is there a reason not to use something more common/standard like https://github.com/catchorg/Catch2? I have no strong preference. I'm fine with using Catch2. But since I wrote the other unit...
So far I haven't considered making a Conan package. Unfortunately I lack the cycles at the moment to polish the repository. But I'd be more than happy to discuss and...
That'd be wonderful, I sent you an invite.
Hi Roy, thanks for dropping a note. An ability to serialize the Bloom filters is becoming increasingly requested. Unfortunately, it doesn't suffice to simply expose the bit vector internals. You...