diff options
author | Chris Hogan <chogan@hdfgroup.org> | 2019-12-10 20:23:10 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:20 (GMT) |
commit | e7895c4b3a4eaf557c79f5608ba4ee3a9454a12c (patch) | |
tree | 04a43c1b09b5d2febf6cbfe48b021eda1bc3ee4a | |
parent | 1401be48055b0af1c3c01045cb525d9e801c0fc6 (diff) | |
download | hdf5-e7895c4b3a4eaf557c79f5608ba4ee3a9454a12c.zip hdf5-e7895c4b3a4eaf557c79f5608ba4ee3a9454a12c.tar.gz hdf5-e7895c4b3a4eaf557c79f5608ba4ee3a9454a12c.tar.bz2 |
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 16abad1..72c2add 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. |