Closed cchrewrite closed 2 years ago
Speed-up selectUser in ExtendedCohortSelection.java by: (1) refactoring some statements (2) disabling redundant functions in the BirthSequence class (3) disabling redundant functions in the ExtendedFieldSet class
This branch mainly removes some useless functions and updates minor logic.
I have validated its correctness. It runs smoothly on my machine.
Speed-up selectUser in ExtendedCohortSelection.java by: (1) refactoring some statements (2) disabling redundant functions in the BirthSequence class (3) disabling redundant functions in the ExtendedFieldSet class