emulate the `offset`, `stride` etc for the basic handle case.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 248
- Forks
- 72
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 15
Description
the basic i/o handle holds a node tree in memory, we can use this to emulate the same type of support provideid by #715 have for hdf5.
Doing so would extend support to the sidre handle for all cases as well (since it uses IOHandles).
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 reading issue #715 and the basic I/O handle implementation that stores a node tree in memory. Trace how IOHandles provide the Sidre handle path, then identify the existing offset and stride support to emulate. Done means the basic handle supports the same cases and Sidre gains that support through IOHandles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100