Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Jun 27, 2023
1 parent 39dcad3 commit d85b909
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hash Benchmark
# Hash Functions Benchmark in Rust

# How to run
```bash
Expand Down Expand Up @@ -29,3 +29,6 @@ make run
- Hash code generated by those hash is almost same(evenly distributed), no big difference.
- [SeaHash](https://docs.rs/seahash/latest/seahash/) generate fixed hash code, and its speed is not very bad, so it's suitable for on-disk/permanent storage.
- [DefaultHash](https://doc.rust-lang.org/std/collections/hash_map/struct.DefaultHasher.html) in std is pretty good, but hash code generated by it may change over rust release.

# Related projects
- https://github.com/rurban/smhasher

0 comments on commit d85b909

Please sign in to comment.