Albin Tonnerre schrieb:
>> But you can append fast (O(1)) since it
>> will keep a pointer to last element.
>>     
>
> Eina_List too.
>
> Anyway, TBH I only did it this way because cedric advised me to do so. I'll
> change it to Eina_Inlists if you think that really would have a benefit, 
> which I
> doubt.
>   

Imho, the main benefit of Ecore_List2/Eina_Inlist is that you can remove 
an element with O(1) where as the same operation is O(n) for Eina_List, 
because you have to search the node for it first.

Peter

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to