https://github.com/juliaarrays/structarrays.jl
Efficient implementation of struct arrays in Julia
https://github.com/juliaarrays/structarrays.jl
Last synced: 5 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T18:39:24.000Z (over 2 years ago)
- Last Synced: 2024-03-27T05:13:05.940Z (about 2 years 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
README
# StructArrays
[](https://github.com/JuliaArrays/StructArrays.jl/actions/workflows/CI.yml)
[](https://codecov.io/github/JuliaArrays/StructArrays.jl)
[](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.