thodg/got/lib/object_cache.c

Branch :


Log

Author Commit Date CI Message
f4a881ce 2018-11-17 16:04:05 more support for tag objects; new code is not yet reachable
cb103d04 2018-11-07 06:42:26 allow got_object_idset_for_each() to return an error
f054b67a 2018-11-05 22:28:03 remove object_idcache; use object_idset instead
507aef8f 2018-11-05 18:57:41 no need to zero object cache entries during allocation
d83eb5cd 2018-11-05 18:50:09 make id cache eviction more efficient
dab9d9b6 2018-11-05 16:41:53 actually initialize cache struct in got_object_cache_init()
9185b863 2018-11-05 16:30:04 tree cache size can be reduced without harmful effects
9bccfa63 2018-11-05 15:42:42 reduce cache sizes; less memcmp calls during 'got log PATH'
41fa1437 2018-11-05 15:30:15 back out mini-commits; no significant performance difference
710f3f4e 2018-11-05 15:26:18 make got-read-pack pre-seed the main process mini commit cache
05e1230b 2018-11-05 12:42:03 rename got_commit_object_mini to got_mini_commit_object
e32baab7 2018-11-05 12:39:49 add an object cache for mini commits
414611d9 2018-09-19 22:03:24 fix off-by-one in commit ref counter printed by check_refcount()
221e79cd 2018-09-16 19:30:04 count object cache searches
f4081577 2018-09-15 20:45:42 add a Makefile.inc knob which enables cache debug output
7cf5e9c2 2018-09-15 20:44:10 show process name in cache stats debug output
315fa2b2 2018-09-15 20:19:18 count cache eviction events in cache debug stats
cec9c8a2 2018-09-15 20:18:32 bump tree cache size; some operations are doing lots of tree walks
6bef87be 2018-09-11 11:23:44 move object cache out of repository.c to its own file