Re: glib 2.2.2 - g_tree

2003-07-27 Thread edscott wilson garcia
On vie, 2003-07-25 at 04:41, Albert Pala wrote: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize number of

glib 2.2.2 - g_tree

2003-07-25 Thread Albert Pala
i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize number of operation of balancing tree during inserts ) ? currently