Commits


don't needlessly copy packidx when caching it


oops, forgot to add this file


speed up got_object_idset_remove_random() by almost 50%


use binary search to find objects in pack index


reduce object cache sizes


fix mem leak introduced with caching: actually close objects


add some disabled refcount debug code


size object caches independently of each other


add a commit cache as well


no need to manually count elements of a set


add a tree object cache to struct got_repository


introduce struct got_object_cache


remove unused field of struct got_objcache_entry


implement repository object cache via object_idset


fix got_object_idset_remove_random() for single-element set