Re: include/wine: Header only implementation of generic redblack binary search tree.

2008-12-20 Thread Henri Verbeet
2008/12/20 Marcus Meissner : > On Sat, Dec 20, 2008 at 07:30:53PM +0200, Pauli Nieminen wrote: >> This implementation provides easy access to rb-tree which should be used >> instead of hashmap >> if number of entries changes a lot of over time of execution. >> It should be simple to write hashtree

Re: include/wine: Header only implementation of generic redblack binary search tree.

2008-12-20 Thread Marcus Meissner
On Sat, Dec 20, 2008 at 07:30:53PM +0200, Pauli Nieminen wrote: > This implementation provides easy access to rb-tree which should be used > instead of hashmap > if number of entries changes a lot of over time of execution. > It should be simple to write hashtree based on this which uses hash valu