commit | f771fde82051976a6fc0fd570f8b86de4a92124b | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jun 26 21:02:31 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Jun 26 21:02:31 2019 +0100 |
tree | 9721996d5d081b26f4c8a76fa275c01585030ba3 | |
parent | 3b8c4a08a471d56ecaaca939c972fdf5b8255629 [diff] |
keys: Simplify key description management Simplify key description management by cramming the word containing the length with the first few chars of the description also. This simplifies the code that generates the index-key used by assoc_array. It should speed up key searching a bit too. Signed-off-by: David Howells <dhowells@redhat.com>