mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r2483] Bringing "HDF5 Technical Notes" into development branch (from R1.2 branch)
This commit is contained in:
parent
2e8cd59163
commit
af32a87db3
211
doc/html/TechNotes.html
Normal file
211
doc/html/TechNotes.html
Normal file
@ -0,0 +1,211 @@
|
||||
<html>
|
||||
<head><title>
|
||||
HDF5 Technical Notes
|
||||
</title></head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
|
||||
<hr>
|
||||
<center>
|
||||
<table cellspacing=0 cellpadding=0 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="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
</td>
|
||||
|
||||
<td valign=top align=right>
|
||||
<a href="H5.user.html">HDF5 User's Guide</a> <br>
|
||||
<a href="ADGuide.html">HDF5 Application Developer's Guide</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
|
||||
<!--
|
||||
And in this document,
|
||||
HDF5 Technical Notes
|
||||
<br>
|
||||
<a href="TechNotes/FreeLists.html">Memory Management and Free Lists</a>
|
||||
-->
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<center>
|
||||
<h1>HDF5 Technical Notes</h1>
|
||||
<h3>Technical Notes for HDF5 Library and Driver Developers</h3>
|
||||
</center>
|
||||
|
||||
|
||||
<center>
|
||||
<table border=0 width=85%>
|
||||
|
||||
<tr><td valign=top colspan=3>
|
||||
This informal volume of technical notes is of interest to
|
||||
those who develop and maintain the HDF5 library and
|
||||
related, closely-coupled drivers.
|
||||
These notes are not generally of interest to applications developers
|
||||
and certainly not of interest to users.
|
||||
(Some of these documents may be somewhat out of date as they were
|
||||
working papers for the design process.)
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top width=40%><a href="TechNotes/MemoryMgmt.html">
|
||||
Memory Management</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of memory management issues in HDF5
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/FreeLists.html">
|
||||
Memory Management and</a>
|
||||
<br>
|
||||
<a href="TechNotes/FreeLists.html">Free Lists</a>
|
||||
</td><td> </td><td valign=top>
|
||||
Notes regarding the implementation of free lists and memory management
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/HeapMgmt.html">Heap Management</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of the H5H heap management fuctions
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/RawDStorage.html">Raw Data Storage</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of the storage of raw HDF5 data
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/IOPipe.html">I/O Pipeline</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A description of the raw data I/O pipeline
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/BigDataSmMach.html">
|
||||
Large Datasets on Small</a>
|
||||
<br>
|
||||
<a href="TechNotes/BigDataSmMach.html">Machines</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A guide to accessing large datasets on small computers
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/MoveDStruct.html">
|
||||
Relocating a File Data</a>
|
||||
<br>
|
||||
<a href="TechNotes/MoveDStruct.html">Structure</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of the issues involved in moving file data structures once
|
||||
they have been cached in memory
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/ExternalFiles.html">
|
||||
Working with External Files</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A guide to the use of multiple files with HDF5
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/ObjectHeader.html">Object Headers</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of the H5O object header functions
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/SymbolTables.html">
|
||||
Symbol Table Caching Issues</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of issues involving caching of object header messages in
|
||||
symbol table entries
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/H4-H5Compat.html">
|
||||
HDF4/HDF5 Compatibility</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of compatibility issues between HDF4 and HDF5
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/ChunkingStudy.html">
|
||||
Testing the Chunked Layout</a>
|
||||
<br>
|
||||
<a href="TechNotes/ChunkingStudy.html">of HDF5</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A white paper discussing the motivation to implement raw data chunking
|
||||
in the HDF5 library
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/LibMaint.html">Library Maintenance</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of HDF5 library maintenance issues
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/CodeReview.html">Code Review</a>
|
||||
</td><td> </td><td valign=top>
|
||||
Code Review 1 and 2
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/Version.html">
|
||||
Release Version Numbers</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A description of HDF5 release version numbers
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/NamingScheme.html">Naming Schemes</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A discussion of naming schemes for HDF5 library modules, functions,
|
||||
datatypes, etc.
|
||||
</td></tr>
|
||||
|
||||
</table>
|
||||
</center>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<hr>
|
||||
<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="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
</td>
|
||||
<td valign=top align=right>
|
||||
<a href="H5.user.html">HDF5 User's Guide</a> <br>
|
||||
<a href="ADGuide.html">HDF5 Application Developer's Guide</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
|
||||
<!--
|
||||
And in this document,
|
||||
HDF5 Technical Notes
|
||||
<br>
|
||||
<a href="TechNotes/FreeLists.html">Memory Management and Free Lists</a>
|
||||
-->
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
|
||||
|
||||
<address>
|
||||
<table width=100% border=0>
|
||||
<tr><td align=left valign=top>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
<br>
|
||||
Last modified: 25 August 2000
|
||||
|
||||
</td><td align=right valign=top>
|
||||
<a href="Copyright.html">Copyright</a>
|
||||
<br>
|
||||
Describes HDF5 Version 1.3 (Unreleased development version. Dynamic.)
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user