|
|
|
|
|
by monk_the_dog
4852 days ago
|
|
I use hdf5 as the file format for my project. I'm not at all a hdf5 expert, but I know it supports: partial reads/writes, extending data sets, and transparent compression. It's a nice file format and it's very easy to use from python (and matlab, C++, R, and others). I read the article, and blz looks interesting. What is it aiming to provide that is missing from HDF5? (Speed?). |
|
Finally, you are right, speed is pretty important for us, and we think that our approach can make a better use of current computer architectures.