diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-12-04 09:13:43 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-12-04 09:16:41 +0100 |
commit | 785969a047ad2f23f758901c6816422573544453 (patch) | |
tree | 02a98a4f402f44b404c8656a8dcd9e6795871a0d /string/memchr.c | |
parent | dfb3f101c5ef23adf60d389058a2b33e23303d04 (diff) | |
download | glibc-785969a047ad2f23f758901c6816422573544453.tar glibc-785969a047ad2f23f758901c6816422573544453.tar.gz glibc-785969a047ad2f23f758901c6816422573544453.tar.bz2 glibc-785969a047ad2f23f758901c6816422573544453.zip |
elf: Implement a string table for ldconfig, with tail merging
This will be used in ldconfig to reduce the ld.so.cache size slightly.
Tail merging is an optimization where a pointer points into another
string if the first string is a suffix of the second string.
The hash function FNV-1a was chosen because it is simple and achieves
good dispersion even for short strings (so that the hash table bucket
count can be a power of two). It is clearly superior to the hsearch
hash and the ELF hash in this regard.
The hash table uses chaining for collision resolution.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'string/memchr.c')
0 files changed, 0 insertions, 0 deletions