diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-24 15:51:05 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-24 15:51:05 (GMT) |
commit | 311e4c9ebfbea0be881586df16a8a411bb7fc9f8 (patch) | |
tree | e92cf9dde45481da9a6070ce0926a1d279538201 /MANIFEST | |
parent | f180bc993f45bdb5d3a46abeab9e1378e6f210da (diff) | |
download | hdf5-311e4c9ebfbea0be881586df16a8a411bb7fc9f8.zip hdf5-311e4c9ebfbea0be881586df16a8a411bb7fc9f8.tar.gz hdf5-311e4c9ebfbea0be881586df16a8a411bb7fc9f8.tar.bz2 |
[svn-r720] Changes since 19980922
----------------------
./src/H5F.c
./src/H5Fprivate.h
./src/H5P.c
./src/H5Ppublic.h
./test/chunk.c
./test/dsets.c
The number of slots in the raw data cache can be queried or
set with H5Pget/set_cache(), which now take an extra argument.
The default number of slots is 521 and the default maximum
size is 1MB.
./src/H5Fistore.c
./src/H5Fprivate.h
Finished optimizations. The cache is now a hash and a linked
list instead of an array. The cpu time on my machine for
H5F_istore_lock() has been cut by 60% and H5F_istore_unlock() by
35%.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,7 @@ ./config/depend.in ./config/freebsd2.2.1 ./config/hpux10.20 +./config/hpux9.03 ./config/intel-osf1 ./config/irix5.3 ./config/irix6.2 @@ -74,6 +75,7 @@ ./doc/html/H5.api_map.html ./doc/html/H5.format.html ./doc/html/H5.intro.html +./doc/html/H5.intro.datamap.gif ./doc/html/H5.sample_code.html ./doc/html/H5.user.html ./doc/html/IOPipe.html @@ -89,9 +91,11 @@ ./doc/html/RM_H5Front.html ./doc/html/RM_H5G.html ./doc/html/RM_H5P.html +./doc/html/RM_H5R.html ./doc/html/RM_H5S.html ./doc/html/RM_H5T.html ./doc/html/RM_H5Z.html +./doc/html/Tools.html ./doc/html/Version.html ./doc/html/chunk1.gif ./doc/html/chunk1.obj _DO_NOT_DISTRIBUTE_ |