Commit a114f63
buffer: improve toJSON() performance
PR-URL: #10895
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 5fd0f9a commit a114f63Copy full SHA for a114f63
File tree
Expand file treeCollapse file tree
2 files changed
+26
-4
lines changedOpen diff view settings
Filter options
- benchmark/buffers
- lib
Expand file treeCollapse file tree
2 files changed
+26
-4
lines changedOpen diff view settings
Collapse file
benchmark/buffers/buffer-tojson.js
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
Collapse file
+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
793 | 793 | |
794 | 794 | |
795 | 795 | |
796 | | - |
797 | | - |
798 | | - |
799 | | - |
| 796 | + |
| 797 | + |
| 798 | + |
| 799 | + |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
800 | 804 | |
801 | 805 | |
802 | 806 | |
|
0 commit comments