haproxy/include
Willy Tarreau b48b323223 [MEDIUM] fd: merge fd_list into fdtab
The fd_list[] used by sepoll was indexed on the fd number and was only
used to store the equivalent of an integer. Changing it to be merged
with fdtab reduces the number of pointer computations, the code size
and some initialization steps. It does not harm other pollers much
either, as only one integer was added to the fdtab array.
2009-10-18 08:20:26 +02:00
..
common [MINOR] Capture & display more data from health checks, v2 2009-10-10 21:51:16 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [OPTIM] stats: check free space before trying to print 2009-10-11 23:35:10 +02:00
types [MEDIUM] fd: merge fd_list into fdtab 2009-10-18 08:20:26 +02:00