mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 15:03:17 +02:00
Some CPU time is needlessly wasted in conn_calculate_hash(), because all params are first copied into a temporary buffer before computing the hash on the whole buffer. Instead, let's leverage the XXH progressive hash update functions to avoid expensive memcpys.