cache the value of the hash function in the GHashNode. this speeds up
authorRyan Lortie <desrt@desrt.ca>
Wed, 27 Dec 2006 05:43:40 +0000 (05:43 +0000)
committerRyan Lortie <ryanl@src.gnome.org>
Wed, 27 Dec 2006 05:43:40 +0000 (05:43 +0000)
commite6b78c9af1d6416f93311b98e1e6d802e2fe0617
tree777bcc1a54d76b73dccde4de2327c5e18a5a08e0
parentd1be55cccbd6565fc814d0ca1b0ef47a64c78ae6
cache the value of the hash function in the GHashNode. this speeds up

2006-12-27  Ryan Lortie  <desrt@desrt.ca>

        * glib/ghash.c: cache the value of the hash function
        in the GHashNode.  this speeds up resizing the hash
        table and it also allows a slight optimisation on
        lookups.  (#388332)
ChangeLog
glib/ghash.c