-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Performance can be significantly improved by caching some data:
- This optimization aims to improve performance when traversing a file and need to access the file's
Metadatamultiple times. Wrap walkdir::DirEntry in a new type #436 - Speed up operations such as getting
userandgroup names fromuidandgid.
We should create a centralized cache object and then provide a corresponding interface for the entire program to obtain data.