Skip to content

JuliaArrays/StructArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4997ab8 · Apr 2, 2025
Dec 2, 2024
Nov 17, 2024
Feb 23, 2025
Feb 25, 2025
Feb 25, 2025
Apr 19, 2018
Feb 23, 2025
Apr 20, 2018
Jun 27, 2021
Apr 2, 2025
Jul 22, 2024
Apr 20, 2018

Repository files navigation

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.