diff options
author | Quincey Koziol <koziol@koziol.gov> | 2020-06-11 15:04:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2020-06-11 15:04:54 (GMT) |
commit | 38886e95b2f8e6bf84db51ea4f7569295268cff1 (patch) | |
tree | 4b61e4b62492c945ca9bfcc8c4bc3b03774ad15a /release_docs | |
parent | 2cb6c23608c05eb14fcafde0571ed5a3124f8755 (diff) | |
download | hdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.zip hdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.tar.gz hdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.tar.bz2 |
Update release notes for last ID caching.
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 69a1ce7..c2d24c0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -109,6 +109,11 @@ Bug Fixes since HDF5-1.12.0 release ================================== Library ------- + - Cache last ID looked up for an ID type (dataset, datatype, file, etc), + improving performance when accessing the same ID repeatedly. + + (QAK - 2020/06/11) + - Streamline I/O to a single element, improving performance for record appends to chunked datasets. |