haproxy/include
Willy Tarreau 3dd0c4e20e OPTIM: tools: inline hex2i()
This tiny function was not inlined because initially not much used.
However it's been used un the chunk parser for a while and it became
one of the most CPU-cycle eater there. By inlining it, the chunk parser
speed was increased by 74 %. We're almost 3 times faster than original
with just the last 4 commits.
2012-10-26 01:13:24 +02:00
..
common OPTIM: tools: inline hex2i() 2012-10-26 01:13:24 +02:00
import
proto OPTIM: channel: inline channel_forward's fast path 2012-10-26 01:08:01 +02:00
types MEDIUM: ssl: add support for the "npn" bind keyword 2012-10-18 19:03:00 +02:00