cache.py
cache.py copied to clipboard
hdf5 storage
Hi, I wanted to use caching option in a file, but I think that the file that store the data is going to grow fast. Do you think it could be interesting to store data in hdf5 files, like that we could only retrieve the appropriate data at each call ? (I am no expert in hdf5 format, but I think that it works like that) Best