mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 07:00:59 +01:00
686984696d
read() performance is improved most by switching from an array to a linked list for storing buffered data. However, other changes that also contribute include: making some hot functions inlinable, faster read() argument checking, and misc code rearrangement to avoid unnecessary code execution. PR-URL: https://github.com/nodejs/node/pull/7077 Reviewed-By: Calvin Metcalf <calvin.metcalf@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> |
||
---|---|---|
.. | ||
readable-bigread.js | ||
readable-bigunevenread.js | ||
readable-boundaryread.js | ||
readable-readall.js | ||
readable-unevenread.js |