On 1/5/06, V.Ravikumar <[EMAIL PROTECTED]> wrote:
> Is there any to search fast in a Glist(if my list is  large) , other
> than the g_list_find  API function.

I usually use a combination of a list and a hash for situations like
this. Use the list to keep the traverse order for the hash.

John
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to