summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-06-01 00:26:56 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-06-01 00:26:56 (GMT)
commit35a8a549f6714533b100ca1512979165c0a0f359 (patch)
tree81c285d0e6c8ab11149a29a8fbe99329e0a5693d /release_docs/RELEASE.txt
parent4af633d1c480deb7d27c1da7ee2c512a2500e543 (diff)
downloadhdf5-35a8a549f6714533b100ca1512979165c0a0f359.zip
hdf5-35a8a549f6714533b100ca1512979165c0a0f359.tar.gz
hdf5-35a8a549f6714533b100ca1512979165c0a0f359.tar.bz2
Refactor H5S__hyper_project_intersection to operate directly on span
trees, improving performance and removing the conditionn that the extents be equal.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6d1c8b2..649ae24 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -130,6 +130,14 @@ New Features
Library:
--------
+ - Improved the performance of virtual dataset I/O
+
+ Refactored the internal dataspace routines used by the virtual dataset
+ code to improve performance, especially when one of the selections
+ involved is very long and non-contiguous.
+
+ (NAF - 2019/05/31, HDFFV-10693)
+
- Allow pre-generated H5Tinit.c and H5make_libsettings.c to be used.
Rather than always running H5detect and generating H5Tinit.c and