datasketches-java icon indicating copy to clipboard operation
datasketches-java copied to clipboard

A software library of stochastic streaming algorithms, a.k.a. sketches.

Results 16 datasketches-java issues
Sort by recently updated
recently updated
newest added

This must wait until DS-Memory 4.0.0 has been released.

Documentation fixes in 6.1.1 -> master

This should actually be a discussion, but some functions, like our MurmurHash3 implementations are not necessarily available elsewhere in the form that we like, but are used by more than...

ReqSketch often throws error on small dataset. only thing I explicitly set is `setHighRankAccuracy(true)` anyone facing this issues? its occasional so hard to understand any pattern, will try to create...

When running checkstyle, there are two issues: * suppressions replies on undefined variable `${config_loc}` * There is an exception: `Caused by: java.lang.IllegalArgumentException: 'other' is different type of Path` I was...

The C++ library offers a count-min sketch. The Java library should include a compatible implementation.

Closes #494 Adds the `CountMin` sketch implementation

Added cross language deserialization tests for serialized sketches produced by datasketches-go