summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-24 19:07:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-24 19:07:06 (GMT)
commitea84a9d78ba977bb02cce46f7602bba058269425 (patch)
treed05bc3e1e32470e57e37cbcddad526fd29231898 /src/H5B.c
parentfd84f41ca2bbf18d7ce8634ec42863f0b2d3733f (diff)
downloadhdf5-ea84a9d78ba977bb02cce46f7602bba058269425.zip
hdf5-ea84a9d78ba977bb02cce46f7602bba058269425.tar.gz
hdf5-ea84a9d78ba977bb02cce46f7602bba058269425.tar.bz2
[svn-r8109] Purpose:
Add note about B-tree not being balanced during deletion operations, pointing interested readers at the Yao & Lehman paper.
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5B.c b/src/H5B.c
index 0452896..d46818c 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -2105,6 +2105,7 @@ done:
* Purpose: Removes an item from a B-tree.
*
* Note: The current version does not attempt to rebalance the tree.
+ * (Read the paper Yao & Lehman paper for details on why)
*
* Return: Non-negative on success/Negative on failure (failure includes
* not being able to find the object which is to be removed).