SciML / SciML/ComponentArrays.jl

Check bounds on construction

Open
#13 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Julia
Stars
375
Forks
42
Avg merge
7h 25m
Merged PRs (30d)
17

Description

Everything we need to know about the named indices of theAbstractAxis types is available at construction. There is no reason we can’t just check bounds on construction and run all of the getindex/getproperty calls inbounds.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the AbstractAxis types and inspect how construction currently handles named indices, then trace the getindex and getproperty calls that use them. Determine the existing bounds behavior before changing it. Done means bounds are checked during construction and the relevant calls can run inbounds without changing their behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
performance
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.