summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-20 17:19:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-20 17:19:21 (GMT)
commit21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d (patch)
treea7a2cbc394dc271303de46da91a42a14ffae7359 /release_docs
parent71ec0f577705a87057d08a6d3f25837cd4cbaa3b (diff)
downloadhdf5-21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d.zip
hdf5-21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d.tar.gz
hdf5-21a2ab6e2292e4cd00c2ecbef20940cf2bdf625d.tar.bz2
[svn-r7673] Purpose:
Note recent type conversion speedup
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6bd52a8..82bc7fd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -153,6 +153,9 @@ Bug Fixes since HDF5-1.6.0 release
Performance
-------------
+ - Hoisted invariant 'if/else's out of inner datatype conversion loop for
+ integer and floating-point values, giving about a 20% speedup.
+ QAK - 2003/10/20
Tools
-----