We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927312f commit cb03004Copy full SHA for cb03004
1 file changed
README.md
@@ -29,11 +29,15 @@
29
30
Tested on the Go standard library source (~10,000 files):
31
32
+<div align="center">
33
+
34
| Tool | Time | Files Scanned |
35
|---|---|---|
36
| `grep -rn` | 2.4 – 3.1s | All 10,000 |
37
| `GrepTurbo search` | 0.4 – 0.9s | ~50 candidates |
38
39
+</div>
40
41
**6–7x faster** on 10k files. Grows with codebase size. Repeated queries get faster as the OS caches the mmap'd index in the page cache.
42
43
---
0 commit comments