]> git.kaiwu.me - haproxy.git/commit
[MINOR] halog: gain back performance before SKIP_CHAR fix
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jul 2011 16:15:08 +0000 (18:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Jul 2011 04:48:03 +0000 (06:48 +0200)
commitdf6f0d1e4905a10639e44ed2100e61a54a8b5d02
tree3abd36c1a085b02a17e46333e6f463ea2b530011
parent70c428f7c61906f82786c17d19b4e9f9959bb4f3
[MINOR] halog: gain back performance before SKIP_CHAR fix

The SKIP_CHAR fix caused a measurable performance drop. Since we can
consider all chars below 0x20 as delimiters, we can avoid a cache lookup
which requires a char to pointer conversion.
contrib/halog/halog.c