An open API service indexing awesome lists of open source software.

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

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".