diff options
Diffstat (limited to 'src/H5SL.c')
-rw-r--r-- | src/H5SL.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 */ |