diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-19 22:24:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-19 22:24:25 (GMT) |
commit | cfea54b1e255966549829597c18f470f7156be1d (patch) | |
tree | 9b7ff43041007abbfd7bdbb94bcb82bd11d19435 /RELEASE | |
parent | e8d578899dca7705cfd70fe807c842e2602d74f2 (diff) | |
download | hdf5-cfea54b1e255966549829597c18f470f7156be1d.zip hdf5-cfea54b1e255966549829597c18f470f7156be1d.tar.gz hdf5-cfea54b1e255966549829597c18f470f7156be1d.tar.bz2 |
[svn-r2159] Added note about improved metadata I/O
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Library herr_t, to align them with the dataset and group iterator functions. * Changed H5Screate_simple and H5Sset_extent_simple to not allow dimensions of size 0 with out the same dimension being unlimited. + * QAK - 4/19/00 - Improved metadata hashing & caching algorithms to avoid + many hash flushes and also remove some redundant I/O when moving metadata + blocks in the file. Configuration ------------- |