lib/got_lib_object_cache.h

Branch


Log

Author Commit Date CI Message
Stefan Sperling d3c116bf 2021-10-15T09:10:14 cache raw objects in order to speed up gotadmin pack
Stefan Sperling 01cd7614 2019-05-22T14:06:03 add cache debug output for too large elements
Stefan Sperling f4a881ce 2018-11-17T16:04:05 more support for tag objects; new code is not yet reachable
Stefan Sperling f054b67a 2018-11-05T22:28:03 remove object_idcache; use object_idset instead
Stefan Sperling 41fa1437 2018-11-05T15:30:15 back out mini-commits; no significant performance difference
Stefan Sperling 05e1230b 2018-11-05T12:42:03 rename got_commit_object_mini to got_mini_commit_object
Stefan Sperling e32baab7 2018-11-05T12:39:49 add an object cache for mini commits
Stefan Sperling 221e79cd 2018-09-16T19:30:04 count object cache searches
Stefan Sperling 315fa2b2 2018-09-15T20:19:18 count cache eviction events in cache debug stats
Stefan Sperling 6bef87be 2018-09-11T11:23:44 move object cache out of repository.c to its own file