Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add length to Buffer.concat invoke. That should increase performance according to the node documenation. If totalLength is not provided, it is calculated from the Buffer instances in list. This however causes an additional loop to be executed in order to calculate the totalLength, so it is faster to provide the length explicitly if it is already known.
- Loading branch information