diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-09-11 19:25:32 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-09-11 19:25:32 -0400 |
commit | 203e314eede414559d3dc87bcd87eeeb84b8250c (patch) | |
tree | c2849b0a0a79a477a1eb3710178837fd688adf45 /TODO | |
parent | dbd356d641f3d3266e0261ff4a4440733820b622 (diff) |
Implement property (requires/provides) to package mapping.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -52,3 +52,15 @@ and we need to control the on-disk format for these tools. - 20740 requires, 2246 unique... hmm. + +- diff from one package set to another answers: "what changed in + rawhide between since yesterday?" + +- rewrite qsort and bsearch that doesn't require global context var + and can output a map describing the permutaion. + +- move package lists out of the property pool, remap properties and + packages in the two pools by just iterating through the pools. + +- use hash table for package and property lists so we only store + unique lists (like for string pool). |