Inversed-Tech / eyelid

Private iris matching
Apache License 2.0
0 stars 0 forks source link

Enable compiler optimization settings that reliably increase performance in the Rust configs #42

Closed teor2345 closed 3 months ago

teor2345 commented 3 months ago

This makes our benchmarks more accurate.

This PR also reduces the number of duplicate checks, and duplicate annotations in PRs.

Close #22 Close #34

teor2345 commented 3 months ago

Compared to the main branch, this doesn't change performance significantly (which is ok): https://github.com/Inversed-Tech/eyelid/actions/runs/8638397766/job/23682757451 https://github.com/Inversed-Tech/eyelid/actions/runs/8654922034/job/23733016106?pr=42

teor2345 commented 3 months ago

I’m going to merge this to improve the annotations in PR #32.