Skip to content

arthurprs/hash-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash-rs

Benchmarks of various hashers: http://cglab.ca/~abeinges/blah/hash-rs/

To build the results, run cargo run (this will in turn run Cargo bench in the background). This will produce some csv's that index.html will consume.

To see the resutlts run python -m SimpleHTTPServer 8000 at the root folder and navigate to http://localhost:8000

Currently only Sip, Fnv, Farm, and XX are supported. Other hasher crates were in an inappropriate state. Patches to change this welcome!

This does not necessarily reflect the quality of the algorithms themselves, but rather the performance of the implementations when used with Rust's hasher infrastructure.

I would like to bench different workloads in the future (everything has been set up to enable this generically).

About

Benchmarks of various hashers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 81.3%
  • HTML 18.7%