#algorithm #data-structures

algae

Algae is a collection of core algorithms and data-structures, written in Rust

16 releases

0.1.19 Apr 12, 2023
0.1.18 Mar 17, 2023
0.1.17 Jan 20, 2023
0.1.15 Nov 23, 2022
0.1.3 Jun 26, 2022

#1935 in Magic Beans

Download history 104/week @ 2023-12-09 105/week @ 2023-12-16 108/week @ 2023-12-23 66/week @ 2023-12-30 25/week @ 2024-01-06 9/week @ 2024-01-13 1/week @ 2024-01-20 4/week @ 2024-02-03 12/week @ 2024-02-10 29/week @ 2024-02-17 37/week @ 2024-02-24 41/week @ 2024-03-02 23/week @ 2024-03-09 29/week @ 2024-03-16 28/week @ 2024-03-23

130 downloads per month
Used in 9 crates (6 directly)

Apache-2.0

26KB
589 lines

algae

crates.io docs.rs Clippy Rust


Welcome to algae, a collection of optimized data-structures and algorithms intended for use within blockchain environments.

Developers

Getting Started

git clone https://github.com/FL03/algae

Testing

cargo build --release
cargo test --all-features --release

Contributors

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~0–3MB
~69K SLoC