commit | df6f0d1e4905a10639e44ed2100e61a54a8b5d02 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jul 10 18:15:08 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 11 06:48:03 2011 +0200 |
tree | 3abd36c1a085b02a17e46333e6f463ea2b530011 | |
parent | 70c428f7c61906f82786c17d19b4e9f9959bb4f3 [diff] |
[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.