summaryrefslogtreecommitdiffstats
path: root/src/H5SL.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-11 00:20:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-11 00:20:36 (GMT)
commit9b60f486056dc669bd1b910d6f831f0fcabc06dc (patch)
treee053cb82e13eed4a4e31e07afd9853a1038bb399 /src/H5SL.c
parent9ed38180d7712cdece542ff2b5f23541024299c7 (diff)
downloadhdf5-9b60f486056dc669bd1b910d6f831f0fcabc06dc.zip
hdf5-9b60f486056dc669bd1b910d6f831f0fcabc06dc.tar.gz
hdf5-9b60f486056dc669bd1b910d6f831f0fcabc06dc.tar.bz2
[svn-r10182] Purpose:
Add comments Description: Add note to investigate "deterministic skip lists", in case I forget... Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5SL.c')
-rw-r--r--src/H5SL.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5SL.c b/src/H5SL.c
index 453d047..85d7080 100644
--- a/src/H5SL.c
+++ b/src/H5SL.c
@@ -35,6 +35,13 @@
* (This implementation has an additional backward pointer, which
* allows the list to be iterated in reverse)
*
+ * (We should also look into "Deterministic Skip Lists" (see
+ * paper by Munro, Papadakis & Sedgewick))
+ *
+ * (There's also an article on "Alternating Skip Lists", which
+ * are similar to deterministic skip lists, in the August 2000
+ * issue of Dr. Dobb's Journal)
+ *
*/
/* Interface initialization */