haproxy/contrib/halog
Willy Tarreau 419a598eae 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.
2012-06-12 08:52:22 +02:00
..
fgets2.c OPTIM: halog: make use of memchr() on platforms which provide a fast one 2012-06-12 08:52:22 +02:00
halog.c MINOR: halog: add some help on the command line 2012-01-23 08:17:59 +01:00
Makefile OPTIM: halog: make use of memchr() on platforms which provide a fast one 2012-06-12 08:52:22 +02:00