Search found 1 match
- 2019-06-23, 0:15:10
- Forum: forwardcom forum
- Topic: Hardware acceleration of hash tables?
- Replies: 0
- Views: 30468
Hardware acceleration of hash tables?
Something I discovered recently is that apparently, a common hash function family used for hash tables to avoid hash-flooding DoS attacks, SipHash, is very easily optimized in hardware: https://twitter.com/isiahmeadows1/status/1142560631419297793. It's normally relatively slow in software, slower th...