summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-11-07 20:21:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-11-07 20:21:43 (GMT)
commita1ee1c91907ce4f43e3f4392b3b2141d444d67f6 (patch)
tree2748cfb97f75fc7e6d4dbb4f57c35ca65945384b /release_docs
parentc84ab58792ab507aa4fcf0bcc7dc69e9b11f671c (diff)
downloadhdf5-a1ee1c91907ce4f43e3f4392b3b2141d444d67f6.zip
hdf5-a1ee1c91907ce4f43e3f4392b3b2141d444d67f6.tar.gz
hdf5-a1ee1c91907ce4f43e3f4392b3b2141d444d67f6.tar.bz2
[svn-r7824] Purpose:
Code optimization Description: Improved integer & floating-point datatype conversions by removing some corner cases. Got rid of algorithm which walked the buffer of elements to convert backwards, switching to algorithm which computes the non-overlapping space in the buffer and repeatedly converts it in the forward direction. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest Cray SV1 & T3E (T90 is not accessible)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6cc21c8..0258653 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -166,6 +166,8 @@ Bug Fixes since HDF5-1.6.0 release
Performance
-------------
+ - More optimizations to inner loops of datatype conversions for
+ integers and floats which give a 10-50% speedup. QAK - 2003/11/07
- 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