diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-24 16:41:14 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-24 16:41:14 (GMT) |
commit | d3d4d8782bbed2af7d1593759e3665c459c0ab1c (patch) | |
tree | f3f3f449f62cc3ea2462112bbd38a5b1057c1d67 /release_docs | |
parent | 2ee007117626d307a248b6b02f5ddb71766cb35f (diff) | |
download | hdf5-d3d4d8782bbed2af7d1593759e3665c459c0ab1c.zip hdf5-d3d4d8782bbed2af7d1593759e3665c459c0ab1c.tar.gz hdf5-d3d4d8782bbed2af7d1593759e3665c459c0ab1c.tar.bz2 |
[svn-r18445] Purpose: Fix bug 1637
Description:
Modified algorithm for extending a dataset with early allocation so it only
deals with the new chunks. Formerly, it would loop over all chunks, checking
to see if each existed in cache and on disk, causing major performance issues
with large numbers of chunks.
Tested: jam, linew, amani (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fbbec82..6e279f0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -64,6 +64,8 @@ New Features Library: -------- + - Greatly improved performance of extending a dataset with early + allocation. (NAF - 2010/03/24 - 1637) - Added support for filtering densely stored groups. Many of the API functions related to filters have been extended to support dense groups as well as datasets. Pipeline messages can now be stored in a group's |