Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/088ba228acce4fd55bbb7c30122fe2703b8beeb8
Author: Greg Hudson <ghudson@mit.edu>
Commit: 088ba228acce4fd55bbb7c30122fe2703b8beeb8
Branch: master
src/lib/krb5/ccache/cc_memory.c | 77 +++++++++++++++++----------------------
1 files changed, 34 insertions(+), 43 deletions(-)