StructArrays.jl

Efficient implementation of struct arrays in Julia
Popularity
268 Stars
Updated Last
1 Year Ago
Started In
April 2018

StructArrays

CI codecov.io

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.