hdf5/release_docs
Quincey Koziol d74e0290ba [svn-r5510] Purpose:
Code cleanup/bug fix

Description:
    The "metadata accumulator" cache in the library (which is designed to catch
    small metadata writes/reads and bundle them together into larger I/O
    buffers) was incorrectly detecting the important case of metadata pieces
    being written sequentially to the file, adjoining but not overlapping.

    Additionally, the metadata accumulator was not being used to cache data
    read in from disk, only caching writes.

Solution:
    Fix accumulator to correctly cache adjoining metadata writes and also to
    cache metadata read from disk.

    Between these two fixes, the number of I/O requests which resulted in actual
    reads/writes to the filesystem dropped from 393 requests to 82 for the
    particular test I was using. :-)

Platforms tested:
    Solaris 2.7 (arabica) w/FORTRAN & FreeBSD 4.5 (sleipnir) w/C++
2002-06-03 14:11:43 -05:00
..
HISTORY.txt
INSTALL [svn-r5395] Purpose: 2002-05-10 15:54:20 -05:00
INSTALL_codewarrior.txt [svn-r4236] Purpose: 2001-07-18 16:08:59 -05:00
INSTALL_parallel [svn-r4343] Purpose: 2001-08-14 12:07:07 -05:00
INSTALL_TFLOPS [svn-r5237] Purpose: 2002-04-23 16:54:57 -05:00
INSTALL_VFL
INSTALL_Windows_withcpp.txt [svn-r5012] Purpose: 2002-02-26 10:02:32 -05:00
INSTALL_Windows.txt [svn-r5453] 2002-05-22 16:48:50 -05:00
RELEASE.txt [svn-r5510] Purpose: 2002-06-03 14:11:43 -05:00