node/benchmark/net
Anna Henningsen f01518edfd
src: improve StreamBase write throughput
Improve performance by transferring information about write status
to JS through an `AliasedBuffer`, rather than object properties
set from C++.

PR-URL: https://github.com/nodejs/node/pull/23843
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
2018-10-28 15:15:15 +01:00
..
net-c2s-cork.js
net-c2s.js src: improve StreamBase write throughput 2018-10-28 15:15:15 +01:00
net-pipe.js src: improve StreamBase write throughput 2018-10-28 15:15:15 +01:00
net-s2c.js src: improve StreamBase write throughput 2018-10-28 15:15:15 +01:00
net-wrap-js-stream-passthrough.js src: improve StreamBase write throughput 2018-10-28 15:15:15 +01:00
tcp-raw-c2s.js
tcp-raw-pipe.js
tcp-raw-s2c.js