Skip to main content

Module array

Module array 

Source
Expand description

Dense multidimensional array: a shape and a flat row-major buffer.

Buffers are either owned or borrowed from foreign memory (Arrow, the Python buffer protocol) through Buf, which is what makes the data boundary zero-copy.

Structs§

Array
Buf
A flat element buffer, owned or borrowed.

Enums§

Data

Type Aliases§

Owner
Anything that keeps a foreign buffer’s memory alive: the importing side stores its release guards here and the buffer outlives nothing else.