You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/hdf5-docs/advanced_topics/chunking_in_hdf5.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ The slide set [HDF5 Advanced Topics: Chunking in HDF5 (PDF)](Chunking_Tutorial_E
224
224
225
225
The page [HDF5 Examples](https://hdfgroup.github.io/hdf5/develop/_h_d_f5_examples.html) lists many code examples that are regularly tested with the HDF5 library. Several illustrate the use of chunking in HDF5, particularly [Read/Write Chunked Dataset](https://hdfgroup.github.io/hdf5/develop/_ex_a_p_i.html) and any examples demonstrating filters.
226
226
227
-
[Dataset Chunking Issues](DSChunkingIssues.md) provides additional information regarding chunking that has not yet been incorporated into this document.
227
+
[Dataset Chunking Issues](DSChunkingIssues.html) provides additional information regarding chunking that has not yet been incorporated into this document.
228
228
229
229
## Directions for Future Development
230
230
As seen above, the HDF5 chunk cache currently requires careful control of the parameters in order to achieve optimal performance. In the future, we plan to improve the chunk cache to be more foolproof in many ways, and deliver acceptable performance in most cases even when no thought is given to the chunking parameters.
|[Chunking in HDF5](advanced_topics/chunking_in_hdf5.md)| Provides detailed information regarding chunking in HDF5 |
12
+
|[Chunking in HDF5](advanced_topics/chunking_in_hdf5.html)| Provides detailed information regarding chunking in HDF5 |
13
13
|[HDF5 File Image Operations (PDF)](https://docs.hdfgroup.org/hdf5/rfc/HDF5FileImageOperations.pdf)| 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 |
14
14
|[Copying Committed Datatypes with H5Ocopy (PDF)](advanced_topics/CopyingCommittedDatatypesWithH5Ocopy.pdf)| 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|
|[Enabling a Strict Consistency Semantics Model in Parallel HDF5 (PDF)](https://docs.hdfgroup.org/hdf5/rfc/RFC%20PHDF5%20Consistency%20Semantics%20MC%20120328.docx.pdf)| Describes how to improve file access consistency semantics with the Parallel HDF5 library |
17
-
|[File Space Management](advanced_topics/FileSpaceManagement.md)| Describes mechanisms to manage space in an HDF5 file |
18
-
|[Fine-tuning the Metadata Cache](advanced_topics/FineTuningMetadataCache.md)| Describes how to provide better control of the metadata cache |
17
+
|[File Space Management](advanced_topics/FileSpaceManagement.html)| Describes mechanisms to manage space in an HDF5 file |
18
+
|[Fine-tuning the Metadata Cache](advanced_topics/FineTuningMetadataCache.html)| Describes how to provide better control of the metadata cache |
19
19
|[Freeing Memory Allocated by the HDF5 Library (PDF)](https://docs.hdfgroup.org/hdf5/rfc/RFC%20H5free_memory%20v2.pdf)| Describes how inconsistent memory management can cause heap corruption or resource leaks and possible solutions |
20
-
|[HDF5 Data Flow Pipeline for H5Dread](advanced_topics/data_flow_pline_H5Dread.md)| Describes data flow when reading raw data from an HDF5 dataset |
20
+
|[HDF5 Data Flow Pipeline for H5Dread](advanced_topics/data_flow_pline_H5Dread.html)| Describes data flow when reading raw data from an HDF5 dataset |
21
21
|[HDF5 Metadata](advanced_topics/)| Provides a comprehensive overview of the types of metadata used in HDF5 |
22
-
|[Introduction to Single-Writer_Multiple-Reader (SWMR)](advanced_topics/intro_SWMR.md)| Enables writing to a file while multiple readers are accessing it |
23
-
|[Introduction to the Virtual Dataset - VDS](advanced_topics/intro_VDS.md)| Describes how to present data stored in several HDF5 datasets and files as a single dataset and access the data using HDF5 APIs |
22
+
|[Introduction to Single-Writer_Multiple-Reader (SWMR)](advanced_topics/intro_SWMR.html)| Enables writing to a file while multiple readers are accessing it |
23
+
|[Introduction to the Virtual Dataset - VDS](advanced_topics/intro_VDS.html)| Describes how to present data stored in several HDF5 datasets and files as a single dataset and access the data using HDF5 APIs |
24
24
|[Modified Region Writes (PDF)](advanced_topics/ModifiedRegionWrites.pdf)| 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 |
25
25
|[Page Buffering (PDF)](https://docs.hdfgroup.org/hdf5/rfc/RFC-Page_Buffering.pdf)| Describes how to reduce the number of small accesses in HDF5 by buffering metadata and raw data accesses |
26
26
|[Partial Edge Chunks]()| Describes how to control the filtering of partial edge chunks to improve performance when extending datasets |
||[API Compatibility Report between 1.14.3 and 1.14.4](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.2/hdf5-1.14.4-2.html.abi.reports.tar.gz)|
19
19
20
20
@@ -37,7 +37,7 @@ Please refer to [Build instructions](https://github.com/HDFGroup/hdf5/blob/hdf5_
37
37
38
38
## Doxygen Generated Reference Manual
39
39
40
-
The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available [here](https://portal.hdfgroup.org/hdf5/v1_14_4/index.html)
40
+
The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available [here]({{site.url_docs}}/releases/hdf5/latest-docs.html)
0 commit comments