]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use a hash table for MEMORY ccache resolution 827/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 5 Aug 2018 03:55:18 +0000 (23:55 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 Aug 2018 15:55:24 +0000 (11:55 -0400)
commit088ba228acce4fd55bbb7c30122fe2703b8beeb8
tree2d3fd929cfdfefedc09a84b2ad96714dd337aa32
parent570dd10792fbba725a866320baece826ac981b4e
Use a hash table for MEMORY ccache resolution

In cc_memory.c, replace the linked list of caches with a hash table,
for better performance with large numbers of memory caches.

ticket: 8722 (new)
src/lib/krb5/ccache/cc_memory.c