summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2002-10-04 20:51:00 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2002-10-04 20:51:00 (GMT)
commitbc6f56390ae85bf312693e561f9fb1e9d2ca327a (patch)
tree64972aa374fa19c9016549382f87a3ed6850cf92 /src/H5Dprivate.h
parentacb356d30928d02170dd275073d19344e2f0cb9b (diff)
downloadhdf5-bc6f56390ae85bf312693e561f9fb1e9d2ca327a.zip
hdf5-bc6f56390ae85bf312693e561f9fb1e9d2ca327a.tar.gz
hdf5-bc6f56390ae85bf312693e561f9fb1e9d2ca327a.tar.bz2
[svn-r5959]
Purpose: Performance improvement for compact dataset. Platforms tested: Linux 2.2(eirene), Solaris 2.7(arabica), IRIX64 6.5(modi4)
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index 6770af3..82cfdf3 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -39,7 +39,7 @@
#define H5D_RESERVED_ATOMS 0
/* Set the minimum object header size to create objects with */
-#define H5D_MINHDR_SIZE 512
+#define H5D_MINHDR_SIZE 256
/* ======== Dataset creation properties ======== */
/* Definitions for storage layout property */