|
|
|
|
|
by 1a1a11a
1894 days ago
|
|
I might be dumb about estimating throughput.
According to https://github.com/Cyan4973/xxHash, the best hash function can only do 100s M hashes per second, how can a local cache run at such throughput? I assume when measuring cache throughput, one need to calculate hash, look up, (maybe compare keys), and copy the data. |
|