Commit 940b58c
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 7c72a31 commit 940b58cCopy full SHA for 940b58c
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 | |
| ||
614 | 615 | |
615 | 616 | |
616 | 617 | |
617 | | - |
618 | | - |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
619 | 624 | |
| 625 | + |
620 | 626 | |
621 | | - |
622 | | - |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
623 | 641 | |
624 | 642 | |
625 | | - |
626 | | - |
| 643 | + |
627 | 644 | |
628 | | - |
629 | | - |
| 645 | + |
630 | 646 | |
631 | 647 | |
632 | 648 | |
633 | 649 | |
634 | 650 | |
635 | | - |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
636 | 667 | |
637 | 668 | |
638 | 669 | |
|
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