Commit Graph

2 Commits

Author SHA1 Message Date
662f923d74 fix: EqualFunc not deterministic
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
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
717408239b chore: move from tools/dsa (#1)
Some checks failed
CI / lint (push) Successful in 51s
CI / unit-test (push) Failing after 25s
CI / fuzz-test (push) Successful in 1m1s
CI / mutation-test (push) Successful in 42s
Moved the implementation of this hash table from `tools/dsa` #1.

Reviewed-on: #1
Co-authored-by: M.V. Hutz <git@maximhutz.me>
Co-committed-by: M.V. Hutz <git@maximhutz.me>
2026-03-17 01:22:42 +00:00