1 unstable release
0.0.0 | Apr 5, 2024 |
---|
#7 in #iris
Used in eyelid-matcher
4KB
eyelid
Private iris matching
Future Work
Benchmark Rust futures with criterion
by enabling the async_tokio
feature.
Benchmark using different configurations:
ark_poly
andark_ff
with theparallel
feature,ark_ff
with theasm
feature onx86_64
only. 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
iai
orcriterion-perf-events
, or - heaviest functions using
flamegraph
.
Dependencies
~5–15MB
~176K SLoC