Files
uhub/src/util
Jan Vidar Krey 3dcbb63a31 Implemented a simlpe red-black tree which should give better performance
for certain lookups.

The rb_tree will act as a general purpose key/value storage, and
also give a performance boost in the cases where the other
simple alternative would be to use a linked_list.

On average this should give on average O(log n) lookups, while the linked_list
would be O(n) at worst.
2012-11-01 21:46:44 +01:00
..
2012-10-03 22:40:33 +02:00
2012-05-09 23:27:06 +02:00
2009-07-25 20:05:27 +02:00
2011-12-19 00:34:45 +01:00
2012-10-25 04:10:42 +02:00
2012-10-25 04:10:42 +02:00
2009-07-25 20:05:27 +02:00