mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Improved the `clearBuffer` function by replacing `buffered.splice` with `ArrayPrototypeSlice`. - Eliminates O(N) shifting overhead. - Improves CPU utilization and reduces GC overhead. PR-URL: https://github.com/nodejs/node/pull/59406 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> |
||
|---|---|---|
| .. | ||
| add-abort-signal.js | ||
| compose.js | ||
| destroy.js | ||
| duplex.js | ||
| duplexify.js | ||
| duplexpair.js | ||
| end-of-stream.js | ||
| fast-utf8-stream.js | ||
| from.js | ||
| lazy_transform.js | ||
| legacy.js | ||
| operators.js | ||
| passthrough.js | ||
| pipeline.js | ||
| readable.js | ||
| state.js | ||
| transform.js | ||
| utils.js | ||
| writable.js | ||