JuliaClimate / JuliaClimate/ClimateBase.jl
`otheridxs` is not type stable
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 38
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
otheridxs(A, Time) will not give a type-stable iterator leading to performance loss. We should work to making otheridxs type stable and pull-requesting it to DimensionalData.jl.
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 by locating the implementation and uses of otheridxs(A, Time) in ClimateBase.jl, then inspect how its iterator type varies. Check the relevant interfaces in DimensionalData.jl before deciding how type stability should be achieved. Done means a type-stable otheridxs iterator and a pull request to DimensionalData.jl.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100