summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-11 13:17:13 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-11 13:17:13 (GMT)
commitdf31370d45d53f2e8ba10e74791a91e7efdb818f (patch)
treed2814c88db56a6e2256ccfe06c2eb69e480fe42e /release_docs
parent6ca633026c2fe19f31ab17f8833b547c138622da (diff)
downloadhdf5-df31370d45d53f2e8ba10e74791a91e7efdb818f.zip
hdf5-df31370d45d53f2e8ba10e74791a91e7efdb818f.tar.gz
hdf5-df31370d45d53f2e8ba10e74791a91e7efdb818f.tar.bz2
Add info to release notes about improvement for single element I/O.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 61f8ba8..69a1ce7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,8 +109,14 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
+ - Streamline I/O to a single element, improving performance for record
+ appends to chunked datasets.
+
+ (QAK - 2020/06/11)
+
- Remove redundant tagging of metadata cache entries for some chunked
- dataset operations.
+ dataset operations, slightly improving performance for chunked
+ datasets.
(QAK - 2020/06/10)