mirror of
https://github.com/kopia/kopia.git
synced 2026-04-27 09:27:54 -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.