commit | 419a598eae03f9e074e3ba61c5e6579d73f92c34 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 12 08:52:22 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 12 08:52:22 2012 +0200 |
tree | f12f936aa521fb1c429630db1fe0e1a731a3cb64 | |
parent | 8ad4193100aafa19f04929670371bf823dbe11d0 [diff] |
OPTIM: halog: make use of memchr() on platforms which provide a fast one glibc-2.11 on x86_64 provides a machine-specific memchr() which is faster than the generic C implementation by around 40%, so let's make it possible to use it instead of the hand-coded version.