efl/legacy/eina/src
Cedric BAIL 6936745755 eina: add eina_inlist_sorted_state_insert and helper.
Note: this function help keep a jump table so we reduce
the need to walk over the complete list to insert one
element. It's of course doesn't make it an O(log(n)) in
access time, but it increase it's cost more slowly.
   With 10000 items, you can count around 50 pointers
dereferencing and with with 50000 items around 200 pointers
dereferencing.
   Of course the comparison stay in O(log(n)).


SVN revision: 63213
2011-09-05 20:15:12 +00:00
..
examples It may be good to link Eina examples against Eina 2011-08-05 15:59:22 +00:00
include eina: add eina_inlist_sorted_state_insert and helper. 2011-09-05 20:15:12 +00:00
lib eina: add eina_inlist_sorted_state_insert and helper. 2011-09-05 20:15:12 +00:00
modules remove .cvsignore files 2011-06-12 21:38:37 +00:00
tests eina: fix misspellings 2011-05-30 16:08:20 +00:00
Makefile.am eina: add autotools rules to building and installing examples. 2011-06-09 18:53:38 +00:00