[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Regarding GLIst Search Function
- From: John Cupitt <jcupitt gmail com>
- To: "V.Ravikumar" <ravikumar vallabhu gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Regarding GLIst Search Function
- Date: Thu, 5 Jan 2006 10:35:08 +0000
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]