File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,14 @@ EloquentRegex::source(
329
329
330
330
#### Search benchmark
331
331
332
- _ Interesting fact: As shorter keyword is, the faster the search methods work_
332
+ _ Interesting fact: The shorter keyword is, the faster the search methods work_
333
333
334
334
Check benchmark of ` search ` for keyword "green" in large JSON file, where each line was JSON object from DB:
335
335
336
336
``` php
337
337
/*
338
338
===========================================================
339
- | ROWS | Find time ( count) | File size | Find + decoded |
339
+ | ROWS | Find (row count) | File size | Find + decoded |
340
340
===========================================================
341
341
| 1000 | 7.6 ms (890) | 5 Mb | 11.5 ms |
342
342
| 2500 | 17.25ms (2186) | 14 Mb | 30 ms |
You can’t perform that action at this time.
0 commit comments