Regarding GLIst Search Function
- From: "V.Ravikumar" <ravikumar vallabhu gmail com>
- To: gtk-list gnome org
- Subject: Regarding GLIst Search Function
- Date: Thu, 5 Jan 2006 12:55:16 +0530
Hi All,
Is there any to search fast in a Glist(if my list is large) , other
than the g_list_find API function.
I tried one option. That is Taking Three Pointer Viz :Start, Middle,End.
Start and End Pointers starts searching towards Middle, as Glist is
bideirectional it start searching towards Start and End All these
searches start in one loop.But this is also not suitable for my
application as it works for very very largelists.
Any body have any new ideas(Other My Idea and GQList) can share.
Thanks&Regards
Ravikumar
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]