Open
Description
I don't know if this is a pattern but:
- stream: improve readable webstream
pipeTo
node#49690 - stream: improve webstream readable async iterator performance node#49662
- errors: improve performance of NodeError instantiation node#49654
All of these PRs improved performance by changing object creation to an instantiation of a class, this could not be the primary reason for the third PR but I think was the main reason for the first two PRs.
Should we look for more patterns like this?
Metadata
Metadata
Assignees
Labels
No labels