haproxy/include
Willy Tarreau 5809052ae1 CLEANUP: fd: place the lock at the beginning of struct fdtab
The struct is not cache line aligned but at least, every time the lock
will appear in the same cache line as the fd it will benefit from being
accessed first. This improves the performance by about 2% on fd-intensive
workloads with 4 threads.
2017-11-26 11:10:53 +01:00
..
common BUG/MINOR: threads: don't drop "extern" on the lock in include files 2017-11-26 11:10:50 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd: cache-align fdtab and fdcache locks 2017-11-26 11:10:51 +01:00
types CLEANUP: fd: place the lock at the beginning of struct fdtab 2017-11-26 11:10:53 +01:00