Consistent caching strategy in QRE
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 212
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 65
Description
**Is your feature request related to a problem? Please describe.**
We need a consistent caching strategy in QRE as caching can take place in many different places:
- Resource estimation task (caching the results of `estimate` calls)
- Application models (caching the traces for application models, e.g., Q#, cirq)
- ISA Transforms (caching the ISAs from expensive ISA transforms, e.g., round-based factories)
**Describe the solution you'd like**
- Consistent parameter names and enablement of caching
- Configure the caching directory and caching state via some `init` call
Contributor guide
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
The issue names no files, tests, or entry points. Start by mapping the caching sites it lists—resource estimation tasks, application models, and ISA transforms—and determine how their current parameters and initialization differ. Done means a documented, consistent caching configuration and enablement approach covering those areas.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- quantum-computing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100