Inversed-Tech / eyelid

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

Benchmark alternative polynomial modulus implementations #16

Closed teor2345 closed 4 months ago

teor2345 commented 4 months ago

This PR benchmarks alternative polynomial modulus implementations against each other. The alternative implementation is 2000x slower, so we shouldn't switch to it.

But it's still useful to have it for testing, and in case other changes make it faster in future.

Full results are in the ticket here: https://github.com/Inversed-Tech/eyelid/issues/11#issuecomment-2014111696

Closes #11