zerokit/utils
Ekaterina Broslavskaya d3d85c3e3c
feat(rln): function for checking indices of leaves which are set to zero (#249)
* add function for empty leaves

* fix from linter

* fix rebase

* update test in utils

* fix

* fix(trees): inconsistencies in override_range (#250)

* fix tests

---------

Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
2024-05-17 21:40:42 +05:30
..
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 Expose a public function to fetch the root of a subtree at level n (#247) 2024-05-17 16:35:18 +07: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