Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirecl/benchfasthash
Blazing fast hashing
https://github.com/mirecl/benchfasthash
Last synced: 25 days ago
JSON representation
Blazing fast hashing
- Host: GitHub
- URL: https://github.com/mirecl/benchfasthash
- Owner: mirecl
- Created: 2021-12-21T13:12:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T13:15:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T09:47:12.903Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - benchfasthash - Blazing fast hashing (Go)
README
### Result
```bash
cpu: Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz
BenchmarkXxh3-12 152489658 7.847 ns/op 0 B/op 0 allocs/op
BenchmarkCityhash-12 61180928 19.00 ns/op 0 B/op 0 allocs/op
BenchmarkT1ha-12 73341528 15.99 ns/op 0 B/op 0 allocs/op
BenchmarkMd5-12 12852064 95.31 ns/op 0 B/op 0 allocs/op
```