zerokit/utils
Ekaterina Broslavskaya 0d5642492a
Stateless Feature (#265)
* add stateless feature and tests

* update docs and new function
2024-08-28 13:41:18 +03:00
..
benches feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
src feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
tests feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
Cargo.toml Stateless Feature (#265) 2024-08-28 13:41:18 +03:00
Makefile.toml feat(rln): pmtree benchmarks (#169) 2023-05-29 18:51:36 +05:30
README.md feat(utils): initialize benchmarks (#166) 2023-05-25 12:02:45 +05:30

README.md

Utils crate

Building

  1. cargo build

Testing

  1. cargo test

Benchmarking

  1. cargo bench

To view the results of the benchmark, open the target/criterion/report/index.html file generated after the bench