Add compare function

This commit is contained in:
hal8174 2025-07-11 17:22:21 +02:00
parent 027811aa65
commit fad9798aed
Signed by: hal8174
SSH key fingerprint: SHA256:JwuqS+eVfISfKr+DkDQ6NWAbGd1jFAHkPpCM1yCnlTs
4 changed files with 113 additions and 0 deletions

View file

@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
rayon = "1.10.0"