Willy Tarreau
5804434a0f
[MINOR] update ebtree to version 4.1
...
Ebtree version 4.1 brings lookup by ranges. This will be useful for
the scheduler.
2009-03-21 10:23:36 +01:00
Willy Tarreau
75cf17ee30
[OPTIM] force inlining of large functions with gcc >= 3
...
GCC 3 and above do not inline large functions, which is a problem
with ebtree where most core functions are inlined.
This simple patch has both reduced code size and increased speed.
It should be back-ported to ebtree.
2008-11-02 10:19:08 +01:00
Willy Tarreau
1fb6c87cce
[MEDIUM] upgrade to ebtree v4.0
...
New ebtree also supports unique keys. This is useful for counters.
2008-05-16 19:48:20 +02:00
Willy Tarreau
f56fd8a285
[BUILD] make ebtree headers multiple-include compatible
...
ebtree did not support being included multiple times.
2007-11-28 14:23:05 +01:00
Willy Tarreau
e6d2e4dbdf
[MINOR] merge ebtree version 3.0
...
Version 3.0 of ebtree has been merged in but is not used yet.
2007-11-28 14:20:44 +01:00