summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-09-16 16:56:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-09-16 16:56:28 (GMT)
commit60da0c13fa63ecc5f3a1f0d714bd7127ac50a8ae (patch)
tree13e23f273d844b4bc153dafadadc5525342af6f6 /RELEASE
parent100d757f88dbafdc80fe544d254fac5950bc4280 (diff)
downloadhdf5-60da0c13fa63ecc5f3a1f0d714bd7127ac50a8ae.zip
hdf5-60da0c13fa63ecc5f3a1f0d714bd7127ac50a8ae.tar.gz
hdf5-60da0c13fa63ecc5f3a1f0d714bd7127ac50a8ae.tar.bz2
[svn-r2568] Description:
Mention the hypeslab speedups
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 0e1b3bb..5f468bb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -78,8 +78,7 @@ 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.
+ * Re-wrote lots of the hyperslab 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.