Skip to content

Commit 48f9428

Browse files
committed
add docs for highfive
1 parent 7c071f6 commit 48f9428

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

highfive/doc.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
- Requested, AddedBy: @smrenna
3+
4+
- PR: https://github.com/cms-sw/cmsdist/pull/5996
5+
6+
- Description:
7+
HighFive is a modern header-only C++11 friendly interface for libhdf5.
8+
HighFive supports STL vector/string, Boost::UBLAS, Boost::Multi-array, Eigen and Xtensor.
9+
It handles C++ from/to HDF5 with automatic type mapping.
10+
HighFive does not require additional libraries (see dependencies) and supports both
11+
HDF5 thread safety and Parallel HDF5 (contrary to the official hdf5 cpp)
12+
13+
https://github.com/BlueBrain/HighFive#brief

0 commit comments

Comments
 (0)