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

Clone this repo:
  1. b2d1238 docs: document build and test workflows (#69) by Chojan Shang · 23 hours ago main
  2. fdb38b8 feat: add theta sketch (part 2) (#59) by ZENOTME · 7 days ago 0.2.0 0.2.0-rc.2
  3. 1640af4 fix: tdigest quantile edge case (#63) by tison · 7 days ago
  4. 4e9a86d chore: Remove required approving review count from PRs (#66) by tison · 7 days ago
  5. 15b1e0e ci: generate snaps stably (#65) by tison · 7 days ago

Apache® DataSketches™ Core Rust Library Component

[!WARNING]

This repository is under early development. Use it with caution!

This is the core Rust component of the DataSketches library. It contains a subset of the sketching algorithms and can be accessed directly from user applications.

Note that we have parallel core library components for Java, C++, Python, and Go implementations of many of the same sketch algorithms:

Please visit the main DataSketches website for more information.

If you are interested in making contributions to this site, please see our Community page for how to contact us.