Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JuliaArrays/StructArrays.jl
- Owner: JuliaArrays
- License: other
- Created: 2018-04-19T13:18:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T18:39:24.000Z (8 months ago)
- Last Synced: 2024-03-27T05:13:05.940Z (8 months ago)
- Language: Julia
- Homepage: https://juliaarrays.github.io/StructArrays.jl/
- Size: 1.06 MB
- Stars: 309
- Watchers: 8
- Forks: 41
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-sciml - JuliaArrays/StructArrays.jl: Efficient implementation of struct arrays in Julia
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.