-
Notifications
You must be signed in to change notification settings - Fork 4
Home
sunnygleason edited this page Sep 13, 2010
·
2 revisions
Welcome to the g414-hash wiki!
Right now, we include 64-bit implementations of hash-y stuff:
1) Jenkins, Murmur, and Sha1-based hash functions
2) A bloom filter that uses any of the previously mentioned hash functions
3) A “HashFile” Constant Database (CDB) clone inspired by DJB’s CDB and SG-CDB
The goal is to do stuff that scales into tens of billions of items (at least). So
far, we’ve tested into billions. Benchmark results with SSDs are on the way
soon…