-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support an HDF5 backend for on-disk memory #171
Comments
Good news! My strategy is now to do a little refactoring of our code so that every function that adds or replace data can handle I need advice:
|
This is a follow up on #157.
For the moment, a
QFeatures
object is fully stored in memory. However, as assays in aQFeatures
object are supposed to be processed sequentially, having all assays lying in RAM may not be efficient for large dataset.We should provide a function to switch from in-memory to on-disk storage. We would therefore require the
DelayedArray
class to avoid fetching and sending data to disk at every operation.The text was updated successfully, but these errors were encountered: