https://github.com/mljs/hash-table
Open addressing hash table with double hashing
https://github.com/mljs/hash-table
Last synced: 12 days ago
JSON representation
Open addressing hash table with double hashing
- Host: GitHub
- URL: https://github.com/mljs/hash-table
- Owner: mljs
- License: other
- Created: 2016-05-17T08:14:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T21:32:59.000Z (almost 7 years ago)
- Last Synced: 2025-11-16T02:16:07.773Z (7 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# hash-table
Open addressing hash table.
## Literature
- [How Caching Affects Hashing; G. Heileman](http://www.siam.org/meetings/alenex05/papers/13gheileman.pdf)