]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: lookup table names using trees.
authorWilly Tarreau <w@1wt.eu>
Sat, 15 Mar 2014 07:03:57 +0000 (08:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Mar 2014 07:03:57 +0000 (08:03 +0100)
commit991610d33fcf4a8bf9ece30967f3326cfa555c1c
tree46dcebee5cdae6b618de09e5fb84cc1628d50ec7
parent7ecc420bbc141657a222a34b66ef84089498cd3f
MEDIUM: stick-table: lookup table names using trees.

This will speed up config parsing time when many stick-table references
are used, as well as stick-table manipulations from the CLI.
src/stick_table.c