kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

kiss-orphans: increase speed #275

Closed echawk closed 3 years ago

echawk commented 3 years ago

kiss-orphans now executes subshells in parallel to check for orphans

dylanaraps commented 3 years ago

Thanks for the PR.

Pushed a version which executes much faster by using a single grep call rather than N (plus some other changes). For the record... I'm not a fan of & and wait in shell.