JuliaArrays / JuliaArrays/ArrayInterface.jl
use StructArrays.jl
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 140
- Forks
- 44
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 5
Description
Your currently just have
aos_to_soa(x) = x
I feel like it might be worth it to just add a dependancy on StructArrays.jl, which imo should really be a baked in part of Julia's array interface.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the aos_to_soa(x) definition shown in the issue and inspect how ArrayInterface.jl manages dependencies. Read the linked StructArrays.jl project to determine the intended integration and clarify what behavior should replace the current identity implementation. Done means the dependency and requested array-interface behavior are agreed and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100