sketch icon indicating copy to clipboard operation
sketch copied to clipboard

C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings

Results 8 sketch issues
Sort by recently updated
recently updated
newest added

when I was downloading the package according to the command in the document, the above error occurred. I tried to update `pybind11` to the latest version, but there is still...

Hi! I'm using CSetSketch from python. I noticed that when I create, fill and then save this structure on disk for 2 sets in the same process, then loading it...

Hi! Thank you for this wonderful library. I am working on estimation of the overlap between different web crawls, this basically requires estimating the number of unique URLs in lists...

Make 4.4.1 puts all the names of tests in a single line, which makes the test script fail. When this problem is fixed (see revised script below), I get 6...

Both "sketch" and "hll" are taken in PYPI with packages that are far more popular than yours, creating a namespace collision waiting to happen. Please choose a new name and...

setup.py contains the following line: `__version__ = subprocess.check_output( ["git", "describe", "--abbrev=4"]).decode().strip().split('-')[0]` which fails if the package is installed from tarball and not from git. Fixing this is one of the...

Hi, I cloned the repo recursively on a centos 7.9 machine. When I try to `make` the repo, I get the following error: `make g++ -std=c++17 -O3 -funroll-loops -pipe -march=native...

Hi @dnbaker and thank you for this great library! Consider this little fix that avoids warnings on both Linux and Mac. Best, -Giulio