https://github.com/jbapple/halftimehash
HalftimeHash is designed to hash long input very fast
https://github.com/jbapple/halftimehash
Last synced: 5 months ago
JSON representation
HalftimeHash is designed to hash long input very fast
- Host: GitHub
- URL: https://github.com/jbapple/halftimehash
- Owner: jbapple
- License: apache-2.0
- Created: 2020-12-16T02:01:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T14:41:21.000Z (over 1 year ago)
- Last Synced: 2025-03-06T15:34:47.858Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 2.44 MB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
HalftimeHash is a fast hash function for long strings. It is supplied as a C++ header-only library. To use it, simply #include "halftime-hash.hpp". See example.cpp.
For more, see halftime-hash.tex: "HalftimeHash: Modern Hashing without 64-bit Multipliers or Finite Fields".