-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that "true" and "false" won't go in same bucket in hash table
Previously, "hash true" and "hash false" were both congruent to 1 (mod 4). We just set them to 1 and 0, resp. Also update the corresponding basic test.
- Loading branch information
1 parent
9d1e0c2
commit 45df73f
Showing
2 changed files
with
3 additions
and
5 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