haproxy/include
Willy Tarreau b238b12e98 MINOR: task: use LIST_DEL_INIT() to remove a task from the queue
By using LIST_DEL_INIT() instead of LIST_DEL()+LIST_INIT() we manage
to bump the peak connection rate by no less than 3% on 8 threads.
The perf top profile shows much less contention in this area which
suffered from the second reload.
2019-03-07 11:45:44 +01:00
..
common MINOR: lists: add a LIST_DEL_INIT() macro 2019-03-07 11:45:44 +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: sample: Rework gRPC converter code. 2019-03-05 11:04:23 +01:00