X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=todo;h=b198f920596e2ecae48341924ad86d82fccaebcd;hp=e052f1c24e2f30711bade75f72ca32fe0622f584;hb=4d8c8b76b77d3c4966361ad78b08d9ba2d90318a;hpb=fa60fb1fb78136edc9e5863c0b86222f572963ef diff --git a/todo b/todo index e052f1c..b198f92 100644 --- a/todo +++ b/todo @@ -2,7 +2,7 @@ + fix makefile to compute dependency info as a side-effect of compilation (-MF) - investigate 16 byte CAS; ht can store GUIDs inline instead of pointers to actual keys - testing, testing, testing -- support integer keys for ht ++ support integer keys for ht - validate arguments to interface functions + optimize tracing code, still too much overhead + use NULL instead of a sentinal node in skiplist and list @@ -11,3 +11,6 @@ + optimize integer keys - ht_print() - iterators +- characterize performance of data structures +- experiment with the performance impact of not passing the hash between functions +- experiment with embedding keys in the list/skiplist nodes