-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing the default method for assigning hashes to indices to use Fi…
…bonacci hashing. Also add an unordered_map implementation that uses Fibonacci hashing. This is faster than any other implementation of std::unordered_map while otherwise having the same properties.
- Loading branch information
Showing
3 changed files
with
955 additions
and
18 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
Oops, something went wrong.