threaded balaced GTree in Glib

2005-03-03 Thread Maurizio Monge
hello, i have converted GTree to a threaded balanced tree (see http://www.stanford.edu/~blp/avl/libavl.html/Threads.html), and this means that it is slightly slower (in particular the function to remove a node is a bit involuted), but it is much easer to remove and add nodes while traversing the

Re: threaded balaced GTree in Glib

2005-03-03 Thread Sven Neumann
Hi, Maurizio Monge [EMAIL PROTECTED] writes: It looks like glib does not get much attention on this ml (i have sent a couple of patches for something i considered useful and got no answer, if you think my code is broken just tell me so :-) ). The preferred way to submit patches is to open a