jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
186 stars 6 forks source link

Performance optimization - cache table content instead of process list #94

Open jacek-kurlit opened 2 weeks ago

jacek-kurlit commented 2 weeks ago

During implementation of highlight it came to me that we may cache parsed table data instead recreating it each frame. It may speed up entire app as we don't need to perform a lot of allocations and computations. This needs to be confirmed though