]> pd.if.org Git - nbds/commit - todo
use NULL instead of a sentinal node in skiplist and list
authorjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Tue, 25 Nov 2008 06:24:14 +0000 (06:24 +0000)
committerjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Tue, 25 Nov 2008 06:24:14 +0000 (06:24 +0000)
commit052506ff082f134f00834f666653819e18d9bddf
tree1ebb1639b078de60fe9fc1ecc886baab78d0de42
parent9aa406ee734cc162cfbc44e4c4d5e6b0993c1ac7
use NULL instead of a sentinal node in skiplist and list
optimizations for small skiplists
include/runtime.h
include/tls.h [moved from runtime/tls.h with 100% similarity]
runtime/runtime.c
struct/list.c
struct/skiplist.c
todo