summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */