Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-17 | Increase state_group_cache_size | Erik Johnston | 1 | -1/+1 | |
2017-01-17 | Speed up cache size calculation | Erik Johnston | 7 | -62/+148 | |
Instead of calculating the size of the cache repeatedly, which can take a long time now that it can use a callback, instead cache the size and update that on insertion and deletion. This requires changing the cache descriptors to have two caches, one for pending deferred |