mirror of
https://github.com/kopia/kopia.git
synced 2026-01-26 15:28:06 -05: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.