uutils / findutils

Rust implementation of findutils
MIT License
314 stars 38 forks source link

Create cache to optimize. #430

Open hanbings opened 3 months ago

hanbings commented 3 months ago

Performance can be significantly improved by caching some data:

We should create a centralized cache object and then provide a corresponding interface for the entire program to obtain data.