Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JuliaArrays/StructArrays.jl

Efficient implementation of struct arrays in Julia
https://github.com/JuliaArrays/StructArrays.jl

Last synced: 3 months ago
JSON representation

Efficient implementation of struct arrays in Julia

Awesome Lists containing this project

README

        

# StructArrays

[![CI](https://github.com/JuliaArrays/StructArrays.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaArrays/StructArrays.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/github/JuliaArrays/StructArrays.jl/graph/badge.svg?token=ZzgMbya9U7)](https://codecov.io/github/JuliaArrays/StructArrays.jl)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/StructArrays.jl/stable)

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](https://JuliaArrays.github.io/StructArrays.jl/stable) for details.