|
|
|
|
|
by lcdoutlet
2155 days ago
|
|
Thank you for your reply. Again, I am big fan of your work specfically rg and fst. I apologize for mentioning this without submitting bug reports. I will do so in the near future. The dataset can be found here.
https://dumps.wikimedia.org/enwiki/20200420/enwiki-20200420-... In general when I start a search, the patterns are somewhat pathological. For example when learning about a new codebase I might start with 10-100 regex and 100+ keywords. With each iteration the complexity is reduced until I find the most relevant parts of the codebase. I know rg performs significantly better than grep out of the box.
I think grep by default is compiled without optimizations and does not use concurrency.
I would be interested in comparing the performance characteristics between the tools in more detail. |
|