haproxy/include
Willy Tarreau a6a6a93e56 [MAJOR] changed TV_ETERNITY to ~0 instead of 0
The fact that TV_ETERNITY was 0 was very awkward because it
required that comparison functions handled the special case.
Now it is ~0 and all comparisons are performed on unsigned
values, so that it is naturally greater than any other value.

A performance gain of about 2-5% has been noticed.
2007-04-29 13:44:24 +02:00
..
common [MAJOR] changed TV_ETERNITY to ~0 instead of 0 2007-04-29 13:44:24 +02:00
import [MINOR] removed useless counters from ul2tree_insert() 2007-04-29 13:43:03 +02:00
proto [MAJOR] replaced rbtree with ul2tree. 2007-04-29 13:43:53 +02:00
types [MAJOR] replaced rbtree with ul2tree. 2007-04-29 13:43:53 +02:00