node/benchmark/net
Anna Henningsen 1365f657b5
src: improve StreamBase read throughput
Improve performance by providing JS with the raw ingridients
for the read data, i.e. an `ArrayBuffer` + offset + length
fields, instead of creating `Buffer` instances in C++ land.

PR-URL: https://github.com/nodejs/node/pull/23797
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-10-24 09:57:42 +02:00
..
net-c2s-cork.js benchmark: (net) use destructuring 2018-01-23 01:29:23 +01:00
net-c2s.js benchmark: (net) use destructuring 2018-01-23 01:29:23 +01:00
net-pipe.js benchmark: (net) use destructuring 2018-01-23 01:29:23 +01:00
net-s2c.js benchmark: (net) use destructuring 2018-01-23 01:29:23 +01:00
net-wrap-js-stream-passthrough.js benchmark: (net) use destructuring 2018-01-23 01:29:23 +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