eyelid
Private iris matching
Future Work
Benchmark Rust futures with criterion by enabling the async_tokio feature.
Benchmark using different configurations:
ark_polyandark_ffwith theparallelfeature,ark_ffwith theasmfeature onx86_64only. The README is outdated,asm!()is supported by the stable Rust compiler on some platforms, or- compiling with
RUSTFLAGS="--emit-asm".
Produce different benchmark outputs from criterion by enabling the html_reports and plotters features.
Benchmark using different tools:
- instruction counts with
iaiorcriterion-perf-events, or - heaviest functions using
flamegraph.