This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add global parsed index cache (#132)
This dedupes parsing the index (and the index itself) so we aren't parsing the same index over and over again (and holding a bunch of copies in memory). Again, not the best, but this is the second of three things we're going to dedupe in-process like this, mostly for the terraform provider, which does a lot of simultaneous work that is very very similar and amenable to this kind of deduplication. Signed-off-by: Jon Johnson <[email protected]>
- Loading branch information