Commit a82003b
buffer: optimize buffer.concat performance
PR-URL: #61721
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>1 parent 2ea0672 commit a82003bCopy full SHA for a82003b
2 files changed
+50-9Lines changed: 50 additions & 9 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+40-9Lines changed: 40 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
| 54 | + |
54 | 55 | |
55 | 56 | |
56 | 57 | |
| ||
626 | 627 | |
627 | 628 | |
628 | 629 | |
629 | | - |
630 | | - |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
631 | 636 | |
| 637 | + |
632 | 638 | |
633 | | - |
634 | | - |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
635 | 653 | |
636 | 654 | |
637 | | - |
638 | | - |
| 655 | + |
639 | 656 | |
640 | | - |
641 | | - |
| 657 | + |
642 | 658 | |
643 | 659 | |
644 | 660 | |
645 | 661 | |
646 | 662 | |
647 | | - |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
648 | 679 | |
649 | 680 | |
650 | 681 | |
|
Collapse file
test/parallel/test-buffer-concat.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-concat.js+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
123 | 123 | |
124 | 124 | |
125 | 125 | |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
0 commit comments