Use generic indexer in the code more
Open
@jhp-lanl is already working on this.
Since Aug 28, 2025.
clean-up
- Dominant language
- C++
- Stars
- 39
- Forks
- 22
- Avg merge
- 10h 22m
- Merged PRs (30d)
- 3
Description
https://github.com/lanl/singularity-eos/pull/526 introduced the GenericIndexer class that essentially takes a generic array type and a generic map type to provide indirection when accessing array indices. We should replace the other implementations in the code with this generic version.
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.
Assessment
This issue has not been assessed yet.