summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-20 01:32:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-20 01:32:35 (GMT)
commit9dad79e3f89fe69857cae152fbcba52b08b19dfd (patch)
tree3742794b688189a6001ffc3bb367336814ca2786 /release_docs
parentbb4d9ebc552ca5e8a19b86d961363e6ac4abc6a6 (diff)
downloadhdf5-9dad79e3f89fe69857cae152fbcba52b08b19dfd.zip
hdf5-9dad79e3f89fe69857cae152fbcba52b08b19dfd.tar.gz
hdf5-9dad79e3f89fe69857cae152fbcba52b08b19dfd.tar.bz2
[svn-r10238] Purpose:
Optimization Description: Speed up I/O on enumerated datatypes (including those nested in compound datatypes, arrays, etc.) if the destination datatype is a proper superset of the source datatype. Solution: Detect the situation and treat as no-op datatype conversion. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 07c2711..a0234c3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -227,6 +227,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed error in opening object in group that was opened in mounted
+ file which has been unmounted. QAK - 2005/03/17
- Fixed a racing condition in MPIPOSIX virtual file drive close
function. Now all processes must completed the close before any
of them is returned. This prevents some "faster" processes start
@@ -435,6 +437,8 @@ Bug Fixes since HDF5-1.6.0 release
Performance
-------------
+ - Optimized I/O for enumerated datatypes that are a superset of source
+ enumerated datatype. QAK - 2005/03/19
- 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