[svn-r2328] H5.user.html: Minor reformatting.
Removed old "Developer Docs" section to move to "HDF5 Tech Notes." Datatypes.html: Minor edits. Fixed confusing references to "simple datatypes." Attributes.html H5Aiterate: Changed function type to herr_t.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
@@ -2431,13 +2431,13 @@ in the HDF5 distribution.
|
||||
|
||||
<h2>10. Sharing Datatypes among Datasets</h2>
|
||||
|
||||
<p>If a file has lots of datasets which have a common datatype
|
||||
<p>If a file has lots of datasets which have a common datatype,
|
||||
then the file could be made smaller by having all the datasets
|
||||
share a single datatype. Instead of storing a copy of the
|
||||
datatype in each dataset object header, a single datatype is stored
|
||||
and the object headers point to it. The space savings is
|
||||
probably only significant for datasets with a compound datatype
|
||||
since the simple datatypes can be described with just a few
|
||||
probably only significant for datasets with a compound datatype,
|
||||
since the atomic datatypes can be described with just a few
|
||||
bytes anyway.
|
||||
|
||||
<p>To create a bunch of datasets that share a single datatype
|
||||
@@ -2838,9 +2838,9 @@ H5Tregister(H5T_PERS_SOFT, "cus2be",
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user