diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-04-02 22:14:50 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-04-02 22:14:50 (GMT) |
commit | 3c017d7d378e9dc29281dd3c285eafb929159c6d (patch) | |
tree | 75a469b62e82d2d2676726a5df9882c853056d6b /release_docs | |
parent | b797818c8ba9625f37058451075986a06391f90c (diff) | |
download | hdf5-3c017d7d378e9dc29281dd3c285eafb929159c6d.zip hdf5-3c017d7d378e9dc29281dd3c285eafb929159c6d.tar.gz hdf5-3c017d7d378e9dc29281dd3c285eafb929159c6d.tar.bz2 |
[svn-r22242] 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.
Tested on jam, koala, and ostrich.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a4633b0..bb368fb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -93,6 +93,11 @@ New Features Library: -------- + - 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/2) - I added a new parameter of object access property list to the function H5Rdereference (Issue 2763). It's called H5Rdereference2 now. The former H5Rdereference function has been deprecated to H5Rdereference1. (SLU - |