/** \page UG HDF5 User Guide
Document |
Comments |
---|---|
@ref HDF5Examples |
Code examples by API. |
Structuring the use of chunking and tuning it for performance. |
|
Describes another way that chunks can be written to datasets. |
|
Describes how to copy to another file a dataset that uses a committed datatype or an object with an attribute that uses a committed datatype so that the committed datatype in the destination file can be used by multiple objects. |
|
Managing the HDF5 metadata cache and tuning it for performance. |
|
Describes how an HDF5 application can apply a filter that is not registered with the HDF5 Library. |
|
Describes how to work with HDF5 files in memory. Disk I/O is not required when file images are opened, created, read from, or written to. |
|
Describes how to set write operations for in-memory files so that only modified regions are written to storage. Available when the Core (Memory) VFD is used. |
|
Describes how identifiers behave and how they should be treated. |
|
Describes the use of UTF-8 Unicode character encodings in HDF5 applications. |
|
Describes how inconsistent memory management can cause heap corruption or resource leaks and possible solutions. |
|
A glossary of terms. |