We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. I receive my files from network and not from file system
Describe the solution you'd like To be able to access those files from memory without having to write them on disk
Describe alternatives you've considered Write the files on disk but it has some obvious performance penalties
Additional context Minzip : https://stackoverflow.com/questions/16274100/open-file-from-memory-buffer-using-minizip HDF5 : https://docs.hdfgroup.org/hdf5/develop/group___h5_l_t.html#title36 Need to think about the glue between the EPC and H5 in memory since this is normally a relative file system path
The text was updated successfully, but these errors were encountered:
philippeVerney
No branches or pull requests
Is your feature request related to a problem? Please describe.
I receive my files from network and not from file system
Describe the solution you'd like
To be able to access those files from memory without having to write them on disk
Describe alternatives you've considered
Write the files on disk but it has some obvious performance penalties
Additional context
Minzip : https://stackoverflow.com/questions/16274100/open-file-from-memory-buffer-using-minizip
HDF5 : https://docs.hdfgroup.org/hdf5/develop/group___h5_l_t.html#title36
Need to think about the glue between the EPC and H5 in memory since this is normally a relative file system path
The text was updated successfully, but these errors were encountered: