node/benchmark/net
Anna Henningsen 4a79b2568f
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-11-01 21:51:11 +01:00
..
net-c2s-cork.js
net-c2s.js src: improve StreamBase write throughput 2018-11-01 21:51:11 +01:00
net-pipe.js src: improve StreamBase write throughput 2018-11-01 21:51:11 +01:00
net-s2c.js src: improve StreamBase write throughput 2018-11-01 21:51:11 +01:00
net-wrap-js-stream-passthrough.js src: improve StreamBase write throughput 2018-11-01 21:51:11 +01:00
tcp-raw-c2s.js src: improve StreamBase read throughput 2018-10-24 16:10:16 +02:00
tcp-raw-pipe.js src: improve StreamBase read throughput 2018-10-24 16:10:16 +02:00
tcp-raw-s2c.js src: improve StreamBase read throughput 2018-10-24 16:10:16 +02:00