Evas textblock: Replace the rbtree index with a fixed ptr array.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Sep 2011 09:17:17 +0000 (09:17 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Sep 2011 09:17:17 +0000 (09:17 +0000)
commitc47467b0bb16af4d0d2f0857f5eb27351121c02b
tree6a957ebe2a6b53c0f2542c757d3c215262351587
parent338d1542e5f6e40958f926776763d442b406a614
Evas textblock: Replace the rbtree index with a fixed ptr array.

This possibly doesn't scale as good but it's good enough for everything I've
tried. It's a lot easier to maintain comparing to the rbtree, and takes a
lot less memory. Next step is probably changing the array size according
to the actual content of the textblock.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_textblock.c