bug#24689: Multithreaded grep Available

2016-10-14 Thread Aaron Zhou Qian
Hi, I've multithreaded the grep at the file granularity when used with -r or -R on directories. The four files that I changed i.e. grep.c dosbuff.c dfasearch.c search.h under src/ is in this repository: https://github.com/AaronZhouQian/grep Please take a look at the README there. The default n

bug#24689: Multithreaded grep Available

2016-10-14 Thread Jim Meyering
On Fri, Oct 14, 2016 at 8:14 AM, Aaron Zhou Qian wrote: > Hi, > > I've multithreaded the grep at the file granularity when used with -r or -R > on directories. The four files that I changed i.e. grep.c dosbuff.c > dfasearch.c search.h under src/ is in this repository: > > https://github.com/AaronZ