Consider caching resolved schemas in Dotprompt
Open
enhancement
python
- Dominant language
- Starlark
- Stars
- 563
- Forks
- 68
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
## Summary
The Python Dotprompt implementation has a TODO questioning whether to cache resolved schemas.
## Location
- `python/dotpromptz/src/dotpromptz/dotprompt.py:443`: `# TODO: Should we cache the resolved schema in self._schemas?`
## Acceptance Criteria
- [ ] Analyze performance impact of schema resolution
- [ ] Implement caching if beneficial
- [ ] Ensure cache invalidation on schema changes
Contributor guide
Assessment
This issue has not been assessed yet.