Commits

Quincey Koziol committed 8625a8bd6be
[svn-r14247] Description: - Refactored H5D_flush to use H5I_search for iterating through datasets, instead of building array of dataset IDs. - Cache dataset's dataspace modifications (from calls to H5Dset_extent) until flush/close. These changes give an ~15% improvement in speed for my "append records to lots of 1-D datasets" benchmark. Tested on: Mac OS X/32 10.4.10 (amazon) in debug mode FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode