mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 16:58:16 +00:00
![]() Add a boolean return type to LruCache::insert(), telling if the node was already present in the cache or if it was newly inserted. This will allow to use the LRU cache for garbage collection, where it is required to skip atime updates for chunks already marked in use. That improves phase 1 garbage collection performance by avoiding, multiple atime updates. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |