node/lib/internal/streams
Gürgün Dayıoğlu 2a7479d4fc
lib: use FastBuffer for empty buffer allocation
PR-URL: https://github.com/nodejs/node/pull/60558
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
2026-02-24 00:36:56 +01:00
..
add-abort-signal.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-09-14 00:20:34 +02:00
compose.js lib: replace spread operator with primordials function 2024-08-14 08:37:01 +02:00
destroy.js lib: enforce ASCII order in error code imports 2024-04-29 22:46:29 +02:00
duplex.js lib: prefer logical assignment 2024-11-27 11:03:39 -05:00
duplexify.js lib: replace createDeferredPromise util with Promise.withResolvers 2024-11-27 11:03:39 -05:00
duplexpair.js stream: expose DuplexPair API 2024-08-05 11:15:45 -03:00
end-of-stream.js stream: use new AsyncResource instead of bind 2025-10-07 17:29:37 +02:00
from.js lib: prefer optional chaining 2024-10-04 10:20:24 +02:00
lazy_transform.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
legacy.js stream: fix eventNames() to not return not defined events 2024-02-27 23:56:43 +00:00
operators.js stream: replace manual function validation with validateFunction 2025-09-20 06:16:16 +00:00
passthrough.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
pipeline.js lib: prefer logical assignment 2024-11-27 11:03:39 -05:00
readable.js lib: use FastBuffer for empty buffer allocation 2026-02-24 00:36:56 +01:00
state.js stream: bump default highWaterMark 2024-03-13 19:02:14 +00:00
transform.js lib: fix typos in comments within internal/streams 2024-08-14 08:14:51 +02:00
utils.js lib: prefer optional chaining 2024-10-04 10:20:24 +02:00
writable.js Revert "lib: optimize writable stream buffer clearing" 2025-09-20 06:17:14 +00:00