Commit 70f8057
src: use stack allocation in indexOf latin1 path
PR-URL: #62268
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Daniel Lemire <daniel@lemire.me>1 parent 83416a6 commit 70f8057Copy full SHA for 70f8057
2 files changed
+4-8Lines changed: 4 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- benchmark/buffers
- src
Expand file treeCollapse file tree
Open diff view settings
Collapse file
benchmark/buffers/buffer-indexof.js
Copy file name to clipboardExpand all lines: benchmark/buffers/buffer-indexof.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
Collapse file
+3-7Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1051 | 1051 | |
1052 | 1052 | |
1053 | 1053 | |
1054 | | - |
1055 | | - |
1056 | | - |
1057 | | - |
| 1054 | + |
1058 | 1055 | |
1059 | | - |
| 1056 | + |
1060 | 1057 | |
1061 | 1058 | |
1062 | 1059 | |
1063 | 1060 | |
1064 | 1061 | |
1065 | 1062 | |
1066 | | - |
| 1063 | + |
1067 | 1064 | |
1068 | 1065 | |
1069 | 1066 | |
1070 | | - |
1071 | 1067 | |
1072 | 1068 | |
1073 | 1069 | |
|
0 commit comments