Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share MetadataIndex instances across multiple generators #558

Merged
merged 1 commit into from
May 18, 2022
Merged

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented May 18, 2022

This should drastically cut down on memory demands (from 1.2GB to store 128 copies of MetadataIndex to just 1 of them). It should presumably improve warmup perf as well, since we only create one index instead of 128.

This should drastically cut down on memory demands (from 1.2GB to store 128 copies of MetadataIndex to just 1 of them). It should presumably improve warmup perf as well, since we only create one index instead of 128.
@AArnott AArnott added the enhancement New feature or request label May 18, 2022
@AArnott AArnott enabled auto-merge May 18, 2022 21:07
@AArnott AArnott merged commit 0bfcfbb into main May 18, 2022
@AArnott AArnott deleted the betterMemory branch May 18, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant