Files
go-cuckoo/compare_example_test.go
M.V. Hutz 662f923d74
All checks were successful
CI / lint (pull_request) Successful in 50s
CI / unit-test (pull_request) Successful in 25s
CI / fuzz-test (pull_request) Successful in 1m1s
CI / mutation-test (pull_request) Successful in 43s
fix: EqualFunc not deterministic
The `ExampleEqualFunc_badEqualFunc` was non-deterministic, because the hashes used in the `CustomTable` could (by chance) map "Rob"
 and "Robert" to the same slot. Updated the test to use a deterministic hash.
2026-03-16 21:45:29 -04:00

1.3 KiB