diff options
author | Chris Hogan <chogan@hdfgroup.org> | 2019-12-10 20:58:37 (GMT) |
---|---|---|
committer | Chris Hogan <chogan@hdfgroup.org> | 2019-12-10 20:58:37 (GMT) |
commit | eb415973e81605e3c15bbb954d57dd5d42ad449c (patch) | |
tree | 7bfc6b0d7211c9b85835cb4db7ed028809d4ebdb | |
parent | 89cb46ead35042bd117bc7cc71ba8c81cdc80447 (diff) | |
parent | 794d008375b094d4dd2d26b0bbf6d2c51fd39281 (diff) | |
download | hdf5-eb415973e81605e3c15bbb954d57dd5d42ad449c.zip hdf5-eb415973e81605e3c15bbb954d57dd5d42ad449c.tar.gz hdf5-eb415973e81605e3c15bbb954d57dd5d42ad449c.tar.bz2 |
Merge pull request #2122 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/develop/release_txt to develop
* commit '794d008375b094d4dd2d26b0bbf6d2c51fd39281':
Latest date first in RELEASE.txt
Update RELEASE.txt with performance improvements
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c407cd9..1bd9517 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -422,6 +422,12 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Improved peformance when creating a large number of small datasets by + retrieving default property values from the API context instead of doing + skip list searches. + + (CJH - 2019/12/10, HDFFV-10658) + - Fixed user-created data access properties not existing in the property list returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a reproducer and a patch. |