summaryrefslogtreecommitdiffstats
path: root/doc/html/TechNotes.html
blob: c303c6b65b5a72122fc438ffe419d5b038446536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<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>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
</td>

<td valign=top align=right>
<a href="H5.user.html">HDF5 User's Guide</a>&nbsp;<br>
<a href="ADGuide.html">HDF5 Application Developer's Guide</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>

<!--
And in this document, 
HDF5 Technical Notes&nbsp;&nbsp;
<br>
<a href="TechNotes/FreeLists.html">Memory Management and Free Lists</a>&nbsp;&nbsp;
-->

</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>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="TechNotes/FreeLists.html">Free Lists</a>
    </td><td>&nbsp;&nbsp;&nbsp;&nbsp;</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>&nbsp;</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>&nbsp;</td><td valign=top>
    A discussion of the storage of raw HDF5 data
</td></tr>

<tr><td valign=top><a href="TechNotes/VFL.html">Virtual File Layer</a>
    </td><td>&nbsp;</td><td valign=top>
    A description of the HDF5 virtual file layer (VFL), 
    a public API for the implementation of custom I/O drivers 
</td></tr>

<tr><td valign=top><a href="TechNotes/VFLfunc.html">List of VFL Functions</a>
    </td><td>&nbsp;</td><td valign=top>
    A list of the VFL functions, <code>H5FD*</code>
</td></tr>

<tr><td valign=top><a href="TechNotes/IOPipe.html">I/O Pipeline</a>
    </td><td>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="TechNotes/BigDataSmMach.html">Machines</a>
    </td><td>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="TechNotes/MoveDStruct.html">Structure</a>
    </td><td>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="TechNotes/ChunkingStudy.html">of HDF5</a>
    </td><td>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</td><td valign=top>
    A discussion of naming schemes for HDF5 library modules, functions, 
    datatypes, etc.
</td></tr>

<tr><td valign=top>
<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library</a>
    <br>&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="TechNotes/ThreadSafeLibrary.html">Implementation</a>
    </td><td>&nbsp;</td><td valign=top>
    A report on the implementation of a thread safe HDF5 library.
</td></tr>

<tr><td valign=top>
<a href="TechNotes/openmp-hdf5.html">Using HDF5 with OpenMP</a>
    </td><td>&nbsp;</td><td valign=top>
    A short report on using HDF5 with OpenMP.
</td></tr>

<tr><td valign=top><a href="TechNotes/SWControls.html">HDF5 Software Controls</a>
    </td><td>&nbsp;</td><td valign=top>
    Descriptions of the HDF5 knobs and controls, such as the 
    environment variables and settings that control the functionality 
    of the HDF5 libraries and tools.
</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>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
</td>
<td valign=top align=right>
<a href="H5.user.html">HDF5 User's Guide</a>&nbsp;<br>
<a href="ADGuide.html">HDF5 Application Developer's Guide</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>

<!--
And in this document, 
HDF5 Technical Notes&nbsp;&nbsp;
<br>
<a href="TechNotes/FreeLists.html">Memory Management and Free Lists</a>&nbsp;&nbsp;
-->

</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:  19 October 2000

</td><td align=right valign=top>
<a href="Copyright.html">Copyright</a>&nbsp;&nbsp;
<br>

Describes HDF5 Release 1.5, Unrealeased Development Branch

</td></tr>
</table>


</body>
</html>