Commit Briefs

20282b029a Tracey Emery

fix build with -DGOT_NO_OBJ_CACHE

ok stsp



dac5c75ed0 Stefan Sperling

convert delta cache to a hash table

This approach uses more memory but is much faster. To offset the additional memory usage somewhat the cache now stores very small deltas only. However, overall memory usage goes up. Hopefully we will find a way to reduce this later. ok op@


5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


fa7a529ed4 Stefan Sperling

disable delta cache in GOT_NO_OBJ_CACHE builds


c3b318d03e Stefan Sperling

add debug stats to delta cache


ab2f42e760 Stefan Sperling

cache delta data buffers in an LRU cache