haproxy/include
Willy Tarreau 55a6906125 OPTIM: channel: inline channel_forward's fast path
Most calls to channel_forward() are performed with short byte counts and
are already optimized in channel_forward() taking just a few instructions.
Thus it's a waste of CPU cycles to call a function for this, let's just
inline the short byte count case and fall back to the common one for
remaining situations.

Doing so has increased the chunked encoding parser's performance by 12% !
2012-10-26 01:08:01 +02:00
..
common MINOR: chunk: provide string compare functions 2012-10-19 15:18:06 +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