1.1 --- a/TODO Thu Sep 06 15:11:49 2007 -0400
1.2 +++ b/TODO Tue Sep 11 19:25:32 2007 -0400
1.3 @@ -52,3 +52,15 @@
1.4 and we need to control the on-disk format for these tools.
1.5
1.6 - 20740 requires, 2246 unique... hmm.
1.7 +
1.8 +- diff from one package set to another answers: "what changed in
1.9 + rawhide between since yesterday?"
1.10 +
1.11 +- rewrite qsort and bsearch that doesn't require global context var
1.12 + and can output a map describing the permutaion.
1.13 +
1.14 +- move package lists out of the property pool, remap properties and
1.15 + packages in the two pools by just iterating through the pools.
1.16 +
1.17 +- use hash table for package and property lists so we only store
1.18 + unique lists (like for string pool).