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

Lower Memory Consumption while Evaluating Stratifiers #1723

Closed
alexanderkiel opened this issue May 14, 2024 · 0 comments
Closed

Lower Memory Consumption while Evaluating Stratifiers #1723

alexanderkiel opened this issue May 14, 2024 · 0 comments
Assignees
Milestone

Comments

@alexanderkiel
Copy link
Member

Currently stratifiers are evaluated after all populations of a group of a MeasureReport are evaluated. The population will consist of a list of population and subject handles in that case. That list can get very big on large populations. In a use case were 52 million Conditions should be stratified by their codes, a heap size of 128 GiB was necessary.

Instead of creating a list of all subjects of a population, the stratifiers should be calculated on-the-fly and the result should be the finished MeasureReport group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant