A collection of useful algorithms written in Rust. Currently contains:
geo_filters
: probabilistic data structures that solve the Distinct Count Problem using geometric filters.bpe
: fast, correct, and novel algorithms for the Byte Pair Encoding Algorithm which are particularly useful for chunking of documents.
Rust Algorithms is under active development and maintained by GitHub staff AND THE COMMUNITY. See CODEOWNERS for more details.
We will do our best to respond to support, feature requests, and community questions in a timely manner. For more details see support and contribution guidelines.
Requires a working installation of Rust through download | through Homebrew
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.