HighFive
HighFive copied to clipboard
HighFive - Header-only C++ HDF5 interface
**Is your feature request related to a problem? Please describe.** On master branch we can: ```c++ auto v = std::vector(); /* fill v */ file.createDataSet("/path", v); ``` But we will...
Hi. Please excuse me for posting here, since I couldnt find any support for BlueBrain/HighFive on StackOverflow. I am trying to create a compound datatype with variable length arrays. When...
Now that we have the new inspector system we can easily add support for new containers. Xtensor have been added only in h5easy and so it does not work with...
I am using HighFive to write the output and restart files of my simulations. For steady-state problems, the intermediate solutions are written at some given time intervals so that the...
Add a paragraph for explaining how to do with raw pointers, if data are continuous.
**Is your feature request related to a problem? Please describe.** I have a C++ library built on top of libtorch. I would like to use HighFive to provide an hdf5...
I have an application wherein I need to write many many H5 files, and I coordinate these tasks using openmp. I am getting a segfault when using this library within...
https://support.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab https://github.com/BlueBrain/HighFive/blob/master/include/highfive/bits/H5Slice_traits_misc.hpp#L74-L96
Datasets and Attributes duplicate much of the code to read and write data. In #277 initial work has been done separating read/writing logic into its own source file. If would...