color class lookup speedups by using stringshare properties.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 04:50:12 +0000 (04:50 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 04:50:12 +0000 (04:50 +0000)
commit53548f81f9966d1c6651229015f3494588d2b88e
tree849a10874952b8fe2a5e5d9f8ee665ffd76301a9
parent7be9267f5d4cde47729fadcfd2cb5c1487768432
color class lookup speedups by using stringshare properties.

with stringshare, we can just compare pointers instead of
strcmp. Since we'll need the stringshare later, this is a good
optimization.

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