summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-07 18:10:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-07 18:10:02 (GMT)
commit50138c3153a0cd923b298aca99f6a353681637db (patch)
treeb6cadaa9b1bf5f53015ad00e18854e760dcb6cf5 /release_docs
parent199327b417cd6d6f7e0fe9df27896885829f4f62 (diff)
parente594811caf10c66c12cad7c554854deea262d9cb (diff)
downloadhdf5-50138c3153a0cd923b298aca99f6a353681637db.zip
hdf5-50138c3153a0cd923b298aca99f6a353681637db.tar.gz
hdf5-50138c3153a0cd923b298aca99f6a353681637db.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'e594811caf10c66c12cad7c554854deea262d9cb': Merge pull request #1522 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 448ecc3..f8853c1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -345,6 +345,16 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - Performance issue when closing an object
+
+ The slow down is due to the search of the "tag_list" to find
+ out the "corked" status of an object and "uncork" it if so.
+
+ Improve porformance by skipping the search of the "tag_list"
+ if there are no "corked" objects when closing an object.
+
+ (VC - 2019/2/6)
+
- Revert H5Oget_info* and H5Ovisit* functions
In 1.10.3 new H5Oget_info*2 and H5Ovisit*2 functions were