-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor $evaluate-measure Execution
We now use completable futures instead of reducers to evaluate CQL expressions parallel. This commit also brings a performance boost because the new parallel execution architecture doesn't keep the order of evaluation results in sync with the initial patient order. Because we don't need to keep the order of the evaluation results, the worker threads can be utilized better and so the performance increases. For 32 core systems the performance increase is about 50%. For systems with letter cores, the increase is less. Closes #1032 because we no longer use reducers at all.
- Loading branch information
1 parent
433b850
commit fbbc78c
Showing
74 changed files
with
964 additions
and
891 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.