8000 GitHub - jbapple/HalftimeHash: HalftimeHash is designed to hash long input very fast
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jbapple/HalftimeHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

0