7 releases (breaking)
Uses old Rust 2015
0.8.0 | Oct 12, 2020 |
---|---|
0.7.0 | Jul 21, 2018 |
0.6.0 | Jul 18, 2018 |
0.5.0 | Jul 17, 2018 |
0.2.0 | Jul 17, 2018 |
#2438 in Algorithms
31 downloads per month
21KB
614 lines
[lin-badge]: https://github.com/phillyfan1138/cuckoo_rust/workflows/Rust/badge.svg [cov-badge]: https://codecov.io/gh/phillyfan1138/cuckoo_rust/branch/master/graph/badge.svg
Linux | Codecov |
---|---|
![lin-badge] | ![cov-badge] |
Cuckoo
Implementation of Cuckoo algorithm in Rust.
To test with verbose output,
cargo test --features VERBOSE_FLAG -- --nocapture
Dependencies
~0.8–1.5MB
~30K SLoC