diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 00:20:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 00:20:36 (GMT) |
commit | 9b60f486056dc669bd1b910d6f831f0fcabc06dc (patch) | |
tree | e053cb82e13eed4a4e31e07afd9853a1038bb399 /src | |
parent | 9ed38180d7712cdece542ff2b5f23541024299c7 (diff) | |
download | hdf5-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')
-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 */ |