Commit Briefs

eb77ee116a Stefan Sperling

add an object id cache which backs the object cache


0a554478f1 Stefan Sperling

reduce object cache sizes


4307e57760 Stefan Sperling

size object caches independently of each other


1943de0147 Stefan Sperling

add a commit cache as well


a9bf0c2c43 Stefan Sperling

no need to manually count elements of a set


f6be5c308a Stefan Sperling

add a tree object cache to struct got_repository


54f20211c5 Stefan Sperling

introduce struct got_object_cache


ebfa99d6a2 Stefan Sperling

remove unused field of struct got_objcache_entry


50bc349d77 Stefan Sperling

implement repository object cache via object_idset


7bb0daa102 Stefan Sperling

add a very simple object cache


6fd11751dc Stefan Sperling

turns out on-disk path of pack file may not match its hash

Fixes reading a repo with a pack idx and file dated June 2011, where the filename does not contain the actual packfile SHA1.


6c6d3ed32e Stefan Sperling

fix obsolete comment in struct got_repository definition