JuliaArrays / StructArrays.jl

Efficient implementation of struct arrays in Julia

Home Page:https://juliaarrays.github.io/StructArrays.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Efficient implementation of struct arrays in Julia

https://juliaarrays.github.io/StructArrays.jl/

License:Other


Languages

Language:Julia 100.0%