Regarding GLIst Search Function



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]