node/lib/internal/streams
Robert Nagy 360f5d9088
stream: fix Writable.destroy performance regression
Ref: https://github.com/nodejs/node/pull/50409
PR-URL: https://github.com/nodejs/node/pull/50478
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-11-14 09:17:50 +01:00
..
add-abort-signal.js stream: use addAbortListener 2023-07-11 19:50:20 +03:00
compose.js
destroy.js stream: use bit fields for construct/destroy 2023-11-11 20:38:28 +01:00
duplex.js stream: pre-allocate _events 2023-11-14 09:17:45 +01:00
duplexify.js stream: allow pass stream class to stream.compose 2023-10-23 08:19:31 +02:00
end-of-stream.js stream: use addAbortListener 2023-07-11 19:50:20 +03:00
from.js stream: improve from perf 2023-11-11 20:38:25 +01:00
lazy_transform.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
legacy.js
operators.js stream: add highWaterMark for the map operator 2023-08-24 12:11:21 +00:00
passthrough.js
pipeline.js stream: use addAbortListener 2023-07-11 19:50:20 +03:00
readable.js stream: pre-allocate _events 2023-11-14 09:17:45 +01:00
state.js
transform.js stream: remove no longer relevant comment 2023-11-11 20:38:30 +01:00
utils.js stream: use bit fields for construct/destroy 2023-11-11 20:38:28 +01:00
writable.js stream: fix Writable.destroy performance regression 2023-11-14 09:17:50 +01:00