We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40c86 commit d7d188aCopy full SHA for d7d188a
src/libtidas/src/tidas_backend_hdf5.hpp
@@ -31,7 +31,7 @@ namespace tidas {
31
static const std::string extension_hdf5_dataset_prefix = "data";
32
33
static const std::string key_hdf5_chunk = "CHUNK";
34
- static const size_t hdf5_chunk_default = 65536;
+ static const size_t hdf5_chunk_default = 256;
35
36
#ifdef HAVE_HDF5
37
0 commit comments