haproxy/include
Willy Tarreau 0cf33176bd MINOR: listener: move thr_idx from the bind_conf to the listener
Tests show that it's slightly faster to have this field in the listener.
The cache walk patterns are under heavy stress and having only this field
written to in the bind_conf was wasting a cache line that was heavily
read. Let's move this close to the other entries already written to in
the listener. Warning, the position does have an impact on peak performance.
2019-03-07 14:08:26 +01:00
..
common MINOR: tools: implement my_flsl() 2019-03-07 13:48:04 +01:00
import
proto MINOR: task: use LIST_DEL_INIT() to remove a task from the queue 2019-03-07 11:45:44 +01:00
types MINOR: listener: move thr_idx from the bind_conf to the listener 2019-03-07 14:08:26 +01:00