mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
edbd77302f
enhanced performance for h5diff Description: the comparison cycle for the 2 buffers read from file was using a compare function where the type must be checked for each datum (e.g due to recursive calls in compound types) for atomic types this checking can be avoided Solution: introduced cycles for each one of the atomic integer and float class types Platforms tested: linux aix solaris Misc. update: |
||
---|---|---|
.. | ||
Dependencies | ||
h5diff_array.c | ||
h5diff_attr.c | ||
h5diff_dset.c | ||
h5diff_util.c | ||
h5diff.c | ||
h5diff.h | ||
h5tools_filters.c | ||
h5tools_ref.c | ||
h5tools_ref.h | ||
h5tools_str.c | ||
h5tools_str.h | ||
h5tools_type.c | ||
h5tools_utils.c | ||
h5tools_utils.h | ||
h5tools.c | ||
h5tools.h | ||
h5trav_table.c | ||
h5trav.c | ||
h5trav.h | ||
Makefile.in | ||
talign.c |