]> pd.if.org Git - nbds/blobdiff - todo
make skiplist and list use strings for keys (slower by 2x...sigh)
[nbds] / todo
diff --git a/todo b/todo
index 4640dd6d46b6f820e1f6b47040c45b3d6fce898a..bf4dc2194608700faab3b459abc9b9bf747ebaff 100644 (file)
--- a/todo
+++ b/todo
@@ -5,4 +5,5 @@
 + optimize tracing code, still too much overhead
 + use NULL instead of a sentinal node in skiplist and list
 - make interfaces for all data structures consistent 
-- make list and skiplist use string keys
++ make list and skiplist use string keys
+- optimize short strings by embedding the data directly in their pointers