Crates.io | eyelid-match-ops |
lib.rs | eyelid-match-ops |
version | 0.0.0 |
source | src |
created_at | 2024-04-05 01:14:57.483328 |
updated_at | 2024-04-05 01:14:57.483328 |
description | Iris matching operations |
homepage | https://inversed.tech/#our-portfolio |
repository | https://github.com/Inversed-Tech/eyelid |
max_upload_size | |
id | 1196946 |
size | 3,895 |
Private iris matching
Benchmark Rust futures with criterion
by enabling the async_tokio
feature.
Benchmark using different configurations:
ark_poly
and ark_ff
with the parallel
feature,ark_ff
with the asm
feature on x86_64
only. The README is outdated, asm!()
is supported by the stable Rust compiler on some platforms, orRUSTFLAGS="--emit-asm"
.Produce different benchmark outputs from criterion
by enabling the html_reports
and plotters
features.
Benchmark using different tools:
iai
or criterion-perf-events
, orflamegraph
.