Slides / Video
Buffers, TypedArrays & Zero-Copy I/O
Node's Buffer is a Uint8Array over off-heap memory, and understanding shared ArrayBuffers is the key to true zero-copy I/O.
1 / 6
Node's Buffer is a Uint8Array over off-heap memory, and understanding shared ArrayBuffers is the key to true zero-copy I/O.