jkomyno / pate

Modern and light-fast CLI app that scans all the desired files of a certain folder and returns a list with the name of the files which contain a certain RegEx pattern
MIT License
24 stars 1 forks source link

Way slower than grep #2

Open Wikunia opened 6 years ago

Wikunia commented 6 years ago

If you are have the ability to use grep you might can check the performance and maybe be able to improve the performance of pate.

Wikunia commented 6 years ago

Maybe you can try https://github.com/mrmlnc/fast-glob

jkomyno commented 6 years ago

You mean as a replacement for the current 'glob' dependancy? I'll check it out tomorrow, thanks

Wikunia commented 6 years ago

Yes. It looks like it will be a huge improvement on linux systems and a little improvement for windows.