https://github.com/apache/datasketches-rust
A software library of stochastic streaming algorithms, a.k.a. sketches.
https://github.com/apache/datasketches-rust
algorithms datasketches rust
Last synced: 6 months ago
JSON representation
A software library of stochastic streaming algorithms, a.k.a. sketches.
- Host: GitHub
- URL: https://github.com/apache/datasketches-rust
- Owner: apache
- License: apache-2.0
- Created: 2025-12-10T20:08:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-09T12:17:58.000Z (6 months ago)
- Last Synced: 2026-01-13T22:57:41.229Z (6 months ago)
- Topics: algorithms, datasketches, rust
- Language: Rust
- Homepage: https://datasketches.apache.org
- Size: 244 KB
- Stars: 39
- Watchers: 3
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# 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:
- [datasketches-java](https://github.com/apache/datasketches-java)
- [datasketches-cpp](https://github.com/apache/datasketches-cpp)
- [datasketches-python](https://github.com/apache/datasketches-python)
- [datasketches-go](https://github.com/apache/datasketches-go)
Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.
If you are interested in making contributions to this site, please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.