Commit 275a1a2
committed
flip order of eval for binary matching
The string matching on the filename is capable of discarding matches far
faster than the binary filter, so switching the order of these two is a
free 20% latency decrease.1 parent d8415af commit 275a1a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments