diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-01-10 22:50:51 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-01-10 22:50:51 -0500 |
commit | 6602986242c8238e0931dc71beac9de851f94374 (patch) | |
tree | bb42d2fd85d97c60630cbb1fe0756540a966736d /TODO | |
parent | be69e1c553ac383b67dad7c42c22ce64fa419e5d (diff) |
Implement razor_set_get_package() using the package iterator.
Drop bsearch and qsort with data TODO items.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -56,9 +56,6 @@ Misc ideas: - transactions, proper recovery, make sure we don't poop our package database (no more rm /var/lib/rpm/__cache*). -- rewrite qsort and bsearch that doesn't require global context var - and can output a map describing the permutaion. - - use hash table for package and property lists so we only store unique lists (like for string pool). |