Inversed-Tech / eyelid

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

Move polynomial tests to their own module files #14

Closed teor2345 closed 6 months ago

teor2345 commented 6 months ago

This PR moves the polynomial tests and benchmark code to its own module files.

This speeds up compilation, because the compiler can skip entire files. (It won't matter yet, but it's important in a big project.)

teor2345 commented 6 months ago

People are away, and this is a trivial code movement PR, but if we don't merge it, it could cause merge conflicts. So I'm going to merge it without review.