eina: improve cmp function of eina_hash string related hash.
authorCedric Bail <cedric.bail@samsung.com>
Wed, 4 Dec 2013 10:05:03 +0000 (19:05 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Wed, 4 Dec 2013 10:05:03 +0000 (19:05 +0900)
commitff845b0a7c9bb6de48f5786a6a8a092d8819debf
tree07688d2e39dbcf0992caaa7994bc74c1023d35c3
parent41c28c3deb33cce2b728c11f6a9f85ed62922f21
eina: improve cmp function of eina_hash string related hash.

For strings, we already know the length, so let's just not call the
heavy strcmp if the length is not already the same. Get some easy
speedup here.
src/lib/eina/eina_hash.c