GitHub - JuliaArrays/StructArrays.jl: Efficient implementation of struct arrays in Julia (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

StructArrays

CI codecov

This package defines an array type, StructArray, which acts like an array of struct elements but which internally is stored as a list of arrays, typically one per field of the struct. See the documentation for details.