Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ This is the core Java component of the DataSketches library. It contains all of

This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others.

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

- [datasketches-cpp](https://github.com/apache/datasketches-cpp)
- [datasketches-python](https://github.com/apache/datasketches-python)
- [datasketches-go](https://github.com/apache/datasketches-go)
- [datasketches-rust](https://github.com/apache/datasketches-rust)

Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.

Expand Down