Skip to content
Snippets Groups Projects
user avatar
David Howells authored
Cache the hash of the key's type and description in the index key so that
we're not recalculating it every time we look at a key during a search.
The hash function does a bunch of multiplications, so evading those is
probably worthwhile - especially as this is done for every key examined
during a search.

This also allows the methods used by assoc_array to get chunks of index-key
to be simplified.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
355ef8e1
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.