On Wed, 2009-04-01 at 08:59 +0100, Emmanuele Bassi wrote: > > Maybe I'm misunderstanding the design, but I'm not sure what the benefit > > is to using g_list_append() and sorting the whole list every time an > > actor is added instead of using g_list_insert_sorted()... > > ... it might be worthwhile cooking up a patch, if you want.
Another interesting approach would be to use GSequence instead of GList. The patch to implement this would be more intrusive but should perform better that GList when scaled up. Ross -- Intel Open Source Technology Centre http://oss.intel.com/
signature.asc
Description: This is a digitally signed message part
