diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-20 01:32:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-20 01:32:46 (GMT) |
commit | cd5fa3d2246fa738837cfa33583b402d039d1254 (patch) | |
tree | 90052c7c09cd907b94b3e9d1f73da7b76452c796 /release_docs/RELEASE.txt | |
parent | cde84a55f48f83e5e13ca6138f5224ede7b612a6 (diff) | |
download | hdf5-cd5fa3d2246fa738837cfa33583b402d039d1254.zip hdf5-cd5fa3d2246fa738837cfa33583b402d039d1254.tar.gz hdf5-cd5fa3d2246fa738837cfa33583b402d039d1254.tar.bz2 |
[svn-r10239] 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/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 06638a3..e74beeb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -67,12 +67,16 @@ Bug Fixes since HDF5-1.6.4 release Library ------- + - Fixed error in opening object in group that was opened in mounted + file which has been unmounted. QAK - 2005/03/17 Configuration ------------- Performance ------------- + - Optimized I/O for enumerated datatypes that are a superset of source + enumerated datatype. QAK - 2005/03/19 Tools ----- |