sketchy icon indicating copy to clipboard operation
sketchy copied to clipboard

Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)

Results 2 sketchy issues
Sort by recently updated
recently updated
newest added

Ok, I realize this might be wasting your time, but I can't let go and I have to ask: In `hll/insert*`, line 24 https://github.com/bigmlcom/sketchy/blob/fa64f2b739dd2c0d7346a4fe1a8985a2a140c8bc/src/clj/bigml/sketchy/hyper_loglog.clj#L24 you do *not* add 1 to...

Hi, Using this library with newer versions of aleph / byte-streams causes some issues. I think they can be solved by making a release using a newer version of byte-transforms....