-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we need LazyTransform? #50439
Comments
Yes, I think we do, unless benchmarks tells that the cost of creating a full transform is gone. |
With the latest stream optimizations all merged in I don't see any relevant difference. Will open a PR. |
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 28, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 28, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 28, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 28, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 29, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 29, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 29, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
ronag
added a commit
to nxtedition/node
that referenced
this issue
Oct 30, 2023
No longer necessary given recent stream and event optimziations. Refs: nodejs#50428 Refs: nodejs#50439 PR-URL: nodejs#50440
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a little unsure about the purpose of LazyTransform and whether it actually makes any relevant performance difference.
Any thoughts on whether it would be ok to just replace it with a normal
Transform
in e..g crypto?The text was updated successfully, but these errors were encountered: