You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with a large number of profiles and time series, gathering these data takes time and memory (even when using the HDF5 output format).
Improving the parsing time and memory usage when requesting the entire data via the sdat.tseries and sdat.rprof accessors will be difficult since we already use the fast pandas and h5py parsers.
However, a possible workaround is to implement partial parsing of these data when using the steps[n].rprof and steps[n].timeinfo accessors.
The text was updated successfully, but these errors were encountered:
From @RobertoAgrusta
When working with a large number of profiles and time series, gathering these data takes time and memory (even when using the HDF5 output format).
Improving the parsing time and memory usage when requesting the entire data via the
sdat.tseries
andsdat.rprof
accessors will be difficult since we already use the fast pandas and h5py parsers.However, a possible workaround is to implement partial parsing of these data when using the
steps[n].rprof
andsteps[n].timeinfo
accessors.The text was updated successfully, but these errors were encountered: