jamesavery / maxibone

SRμCT Bone tomography analysis
0 stars 0 forks source link

Generic helper for loading blocks asynchronously #28

Open carljohnsen opened 1 year ago

carljohnsen commented 1 year ago

Rather that the following structure (disk > ram > blockwise GPU), we should make it load the data asynchronously through a python generator, which only loads blocks on demand when transferring to the GPU.

carljohnsen commented 1 year ago

Maybe even look at if there exists an asynchronous version of mmap