evas: let's micro optimize the parsing of format.
authorCedric BAIL <cedric@efl.so>
Sun, 29 Sep 2013 11:14:22 +0000 (13:14 +0200)
committerCedric BAIL <cedric@efl.so>
Sun, 29 Sep 2013 11:43:46 +0000 (13:43 +0200)
commit5d37215d261da2cb6b42070e8608cdec702d8269
tree9eba66619647a376281d77c8cd857b8fcdb88982
parent3b6961e17542d8940d6de9a08b9b820f1fe7a5f7
evas: let's micro optimize the parsing of format.

Only the key is worth being a stringshare as it is used to do an efficient
binary comparison instead of iterating over all possibility. Also reused
some already known value and a few other speedup.
src/lib/evas/canvas/evas_object_textblock.c