-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Share MetadataIndex instances across multiple generators
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.
- Loading branch information
Showing
3 changed files
with
147 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.