diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-04-12 15:22:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-04-12 15:22:16 (GMT) |
commit | e12e4936e929ae0dcb1d65acf6bedb422acca01a (patch) | |
tree | 1228e406b8bca542349bcc1e3b29ed371d0e6de4 /release_docs | |
parent | f6fded4394644a3ea41dd3ca4bd659f9b5c4af15 (diff) | |
download | hdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.zip hdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.tar.gz hdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.tar.bz2 |
[svn-r22282] Issue 7934 - The data sieve buffer size was for all the datasets in the file. It
could waste memory if any dataset size is smaller than the sieve buffer
size. Now the library picks the smaller one between the dataset size
and the sieve buffer size from the file access property. (There is no change
to hl/ and fortran/ directories. They were property changes during the merge
from the trunk)
Tested on jam, koala, and ostrich.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 284d23d..56ea41e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.8.10-snap0 currently under development +HF5 version 1.8.10-snap0 currently under development ================================================================================ INTRODUCTION @@ -60,7 +60,11 @@ New Features Library ------- - - None + - The data sieve buffer size was for all the datasets in the file. It + could waste memory if any dataset size is smaller than the sieve buffer + size. Now the library picks the smaller one between the dataset size + and the sieve buffer size from the file access property. See Issue 7934. + (SLU - 2012/4/11) Parallel Library ---------------- |