Originally reported byZachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
As it is now, the process of finding data automatically involves opening and loading all the relevant data sets and looking inside them for the data. This is obviously not ideal, and leads to large memory usage.
Potential solutions:
Save information about the saved data in the file header
Allow additional arguments to specify the data file (requires extra knowledge, but easy to implement, and is already partially implemented)
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
As it is now, the process of finding data automatically involves opening and loading all the relevant data sets and looking inside them for the data. This is obviously not ideal, and leads to large memory usage.
Potential solutions: