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

Clone this repo:
  1. 5aef266 fix: comment and assertions inconsistency (#106) by Yichi Zhang · 2 days ago main
  2. bf8438f chore(theta): flatten preamble_longs branches for clippy (#104) by Xuanwo · 5 days ago
  3. f0d997e chore: fine tune binomial_bounds.rs code (#103) by tison · 2 weeks ago
  4. c41fe90 chore: simplify codec checks code (#102) by tison · 2 weeks ago
  5. d6cc4bb feat: impl CpcWrapper (#101) by tison · 2 weeks ago

Apache® DataSketches™ Core Rust Library Component

Crates.io Documentation MSRV 1.85.0 Apache 2.0 licensed Build Status

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.