COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
44 stars 15 forks source link

Speed-up selectUser in ExtendedCohortSelection.java #60

Closed cchrewrite closed 2 years ago

cchrewrite commented 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

KimballCai commented 2 years ago

This branch mainly removes some useless functions and updates minor logic.

KimballCai commented 2 years ago

I have validated its correctness. It runs smoothly on my machine.