0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/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 benchmark: (net) use destructuring 2018-01-23 01:29:23 +01:00
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 src: improve StreamBase read throughput 2018-10-24 09:57:42 +02:00
tcp-raw-pipe.js src: improve StreamBase read throughput 2018-10-24 09:57:42 +02:00
tcp-raw-s2c.js src: improve StreamBase read throughput 2018-10-24 09:57:42 +02:00