Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Parallelise export of dataset #109

Closed luyckxn closed 1 year ago

luyckxn commented 1 year ago

When the Campsis dataset contains a lot of subjects (e.g. 10000 subjects) and/or is complex (e.g. contains IOV) , its export to a dataframe may take a while (e.g. 30 seconds). It would be great to parallelise the export of the dataset using furrr, according the the user preferences, to reduce the export time.

luyckxn commented 1 year ago

Reopened because bug with time-varying covariates.