diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-08-03 22:44:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-08-03 22:44:37 (GMT) |
commit | 20be89402848d5730066f0780d1c2038a4968c38 (patch) | |
tree | e6c607b317c821386832adfdde53168522bb24a6 /RELEASE | |
parent | ed4d48157e40410f0fa4c6cede35ff5058da9fa4 (diff) | |
download | hdf5-20be89402848d5730066f0780d1c2038a4968c38.zip hdf5-20be89402848d5730066f0780d1c2038a4968c38.tar.gz hdf5-20be89402848d5730066f0780d1c2038a4968c38.tar.bz2 |
[svn-r2458] Added notes for my bug fixes and API additions over the last couple of days.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ Library certain compound datatype conversions was fixed for nested compound types. This required a small change in the datatype conversion function API. + * Re-wrote part of the hyperslab initialization code to speed it up quite + a bit. + * Added bounded garbage collection for the free lists when they run out of + memory and also added H5set_free_list_limits API call to allow users to + put an upper limit on the amount of memory used for free lists. Configuration |