Skip to content

Commit cb03004

Browse files
committed
docs: center-align benchmark table
1 parent 927312f commit cb03004

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@
2929

3030
Tested on the Go standard library source (~10,000 files):
3131

32+
<div align="center">
33+
3234
| Tool | Time | Files Scanned |
3335
|---|---|---|
3436
| `grep -rn` | 2.4 – 3.1s | All 10,000 |
3537
| `GrepTurbo search` | 0.4 – 0.9s | ~50 candidates |
3638

39+
</div>
40+
3741
**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.
3842

3943
---

0 commit comments

Comments
 (0)