eina: this is actually a better way of improving Eina_Hash performance.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 5 Dec 2013 07:25:01 +0000 (16:25 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 5 Dec 2013 07:32:02 +0000 (16:32 +0900)
commit2e9f96cc24f99452bdaf2a4592ea881fe259b86a
tree940c4ee9bfc88f82fee30bd8690de13e2aa5cc12
parent3dfc3dcd2c75cb09391d85b70889070b66644935
eina: this is actually a better way of improving Eina_Hash performance.

This reduce the size of the rbtree part dedicated to the hash key match,
but reuse only bit that weren't matched by the bucket.
src/lib/eina/eina_hash.c