diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-06-01 23:45:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-06-01 23:45:11 (GMT) |
commit | ae69e30f76aff9cee3a948d38505fdb33d63a242 (patch) | |
tree | 16c9fe3d9ecf886d619e6d91b38a9593cd3ec85b /src/H5.c | |
parent | ecb52e75d3394f8f373ae37ff2487228997b43a4 (diff) | |
download | hdf5-ae69e30f76aff9cee3a948d38505fdb33d63a242.zip hdf5-ae69e30f76aff9cee3a948d38505fdb33d63a242.tar.gz hdf5-ae69e30f76aff9cee3a948d38505fdb33d63a242.tar.bz2 |
[svn-r2318] Rearranged metadata caching to put caching information in the objects being
cached instead of in separate structures. This reduces the amount of memory
the hash table uses by about half. This is the initial step along the path of
speeding up the metadata caching.
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ static char RcsId[] = "@(#)$Revision$"; /* private headers */ #include <H5private.h> /*library */ -#include <H5ACprivate.h> /*cache */ #include <H5Bprivate.h> /*B-link trees */ #include <H5Eprivate.h> /*error handling */ #include <H5FDprivate.h> /*file driver */ |