minisketch
minisketch copied to clipboard
Minisketch: an optimized library for BCH-based set reconciliation
I've seen a number of comments that incorrectly dismiss this work as useless 'because quadratic', which is obviously non-sense on it's face but also because our recommendation of using splitting...
There should be one (or better, more) fixed inputs with known results that get good coverage (e.g. contain a failed split, a quad-root, etc.) for each supported size. Probably with...
I might be missing a reason for having the default constructor, but it is not used anywhere and trying to use one of its methods will cause a segfault.
Three changes: 1. Improve error reporting in `autogen.sh` by redirecting the autoreconf dependency check's error message to stderr. 2. Use `command -v` instead of `which` in the script. 3. Replace...