Files
hdf5/release_docs
Quincey Koziol 7821aaa063 [svn-r4893] Purpose:
Code speedup
Description:
    Chunking I/O routines are reading in an entire chunk when performing I/O
    on the chunk, even if the chunk will be too large to cache.
Solution:
    If the chunk is too large to cache, uncompressed and has been allocated
    space in the file, or if we are using the MPI-I/O VFD, perform the I/O
    directly to the chunk, instead of reading the chunk into memory, updating
    it and immediately writing the entire chunk back out.
Platforms tested:
    FreeBSD 4.5 (sleipnir) (using serial access) and IRIX64 6.5 (modi4) (using
    parallel access with MPI-I/O)
2002-01-31 14:49:09 -05:00
..
2001-08-01 13:05:39 -05:00
2001-12-21 16:23:48 -05:00
2002-01-28 11:44:05 -05:00
2001-07-30 03:45:24 -05:00
2001-07-05 10:51:25 -05:00
2001-07-05 10:51:25 -05:00
2001-07-25 12:06:44 -05:00
2001-09-17 17:15:07 -05:00
2002-01-31 14:49:09 -05:00