Re: Regarding GLIst Search Function



On 1/5/06, V.Ravikumar <ravikumar vallabhu gmail com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]