node/lib/internal/http2
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
..
compat.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
core.js src: improve StreamBase read throughput 2018-10-24 09:57:42 +02:00
util.js http2: add RFC 8441 extended connect protocol support 2018-10-08 08:41:35 -07:00