-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use wrapping operations, use next_power_of_two, improve tests (#10
) * Use `next_power_of_two` which should be more performant than manual optimization * Clean up tests so they don't hash more than necessary * Use wrapping operations in case hash operations overflow
- Loading branch information
1 parent
078289b
commit 2ebb5c6
Showing
2 changed files
with
13 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters