jacek-kurlit / pik

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

to_lowercase() comparison #11

Open jacek-kurlit opened 2 months ago

jacek-kurlit commented 2 months ago

Filtering makes a lot of string copies to achieve case insensitive match, maybe there is more performant way without allocating new memory

jacek-kurlit commented 1 month ago

This may be fixed in https://github.com/jacek-kurlit/pik/issues/2