Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4k stars 109 forks source link

fix overhead #225

Closed Byron closed 8 months ago

Byron commented 8 months ago

Related to #223

Previously each time the UI refreshes, every 250ms, it display entries but also check their metadata to assure they exist.

This could lead to performance loss when the displayed folder has a lot of entries.