mirror of
https://github.com/kopia/kopia.git
synced 2026-03-17 13:46:12 -04:00
* cachefs: make cache read O(1) instead of O(n) Move the wrapping of fs.Entry before caching rather than doing it everytime we try to read from the cache.