mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Hashing is almost twice as fast compared to default bigcache hash function. BenchmarkXXHash64-12 19.1 ns/op BenchmarkFNV64-12 35.7 ns/op Benchmarks are available to reproduce results: https://gist.github.com/crackcomm/68e284c5f33d50c5a58573fbbea673cd
6 lines
146 B
Modula-2
6 lines
146 B
Modula-2
module github.com/cespare/xxhash
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.2
|
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
|
|
)
|