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
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