Skip to content

Commit

Permalink
Add link to Apollo3zehn/hdf5-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Jan 12, 2025
1 parent a77536e commit bb6c5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ For more examples see package [io.jhdf.examples](jhdf/src/main/java/io/jhdf/exam
- Integration with Java logging via SLF4J
- Performance? Maybe, the library uses Java NIO `MappedByteBuffer`s which should provide fast file access. In addition, when accessing chunked datasets the library is parallelized to take advantage of modern CPUs. `jHDF` will also allow parallel reading of multiple datasets or multiple files. I have seen cases where `jHDF` is significantly faster than the C libraries, but as with all performance issues, it is case specific, so you will need to do your own tests on the cases you care about. If you do run tests please post the results so everyone can benefit, here are some results I am aware of:
- [Peter Kirkham - Parallel IO Improvements](http://pkirkham.github.io/pyrus/parallel-io-improvements/)
- [Apollo3zehn - hdf5-benchmark](https://github.com/Apollo3zehn/hdf5-benchmark)
- Security - jHDF is pure Java and therefore benefits from the memory safety provided by the JVM. The HDF5 Group library is written using non-memory safe languages, therefore susceptible to [memory related security bugs](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=hdf5).

## Why should I not use jHDF?
Expand Down

0 comments on commit bb6c5b9

Please sign in to comment.