Skip to content

Compare various find in files tools: grep, rg, findstr, sift

License

Notifications You must be signed in to change notification settings

drichardson/CodeSearchShootout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Search Tool Shootout

Compare various grep-like tools for performance recursivley scanning directories of source code.

Literal (Fixed String) Results

.\tests\literal.ps1


Command    Seconds        Grep Ratio Found
-------    -------        ---------- -----
sift     0.6709539 0.117226149286559  5815
rg       0.7726723 0.134997946042774  5840
findstr   4.019066 0.702193743725961  5811
grep     5.7235856                 1  5815
ag      10.8135604  1.88929827484366  5841

About

Compare various find in files tools: grep, rg, findstr, sift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published