Neil Fortner 559c385efc [svn-r16702] Purpose: Improve performance of factory free lists.
Description:
Factory free lists were formerly implemented as block free lists.  This was
inefficient as factories can only be one size, and implementing them as blocks
(which can be variable size) wastedd computation and space.  They have been
rewritten with a separate implementation, which is simlar to regular free lists
except they can be dynamically created and destroyed.

Tested: jam, linew, smirom (h5committest)
2009-04-08 13:53:36 -05:00
2009-01-22 15:53:59 -05:00
2009-03-10 16:01:50 -05:00
2009-03-10 16:01:50 -05:00
2009-04-07 10:16:42 -05:00
2009-03-10 16:01:50 -05:00
2009-04-08 12:02:09 -05:00
2009-04-08 12:02:09 -05:00
2006-03-30 18:08:50 -05:00
2009-02-03 14:36:58 -05:00
2009-03-10 16:01:50 -05:00

HDF5 version 1.9.37 currently under development
==> README.txt <==
Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
No description provided
Readme 602 MiB
Languages
C 81.7%
Fortran 4.5%
Java 4%
CMake 3.3%
C++ 2.4%
Other 4%