summaryrefslogtreecommitdiffstats
path: root/TODO.dan
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-12 01:08:35 +0000
committerDan McGee <dan@archlinux.org>2007-02-12 01:08:35 +0000
commit67294287e340d0c4c063408f2d1a3360b7ce631e (patch)
treecad3facb5eb771587369fc1ca27a24213f1fe61e /TODO.dan
parent434d93ccc7ec2df2fd52e9ced52f4e02cb176b31 (diff)
downloadpacman-67294287e340d0c4c063408f2d1a3360b7ce631e.tar.gz
pacman-67294287e340d0c4c063408f2d1a3360b7ce631e.zip
* Unified description of arch variable. Recommend using single quotes in
the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
Diffstat (limited to 'TODO.dan')
-rw-r--r--TODO.dan7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.dan b/TODO.dan
index a56917df..0d9eacda 100644
--- a/TODO.dan
+++ b/TODO.dan
@@ -62,6 +62,11 @@ by other distributions which may want to change the defaults. Also, review what
needs to be in config.h and what does not. There may be excess #depends which
are hard coded into the sources. (from TODO.autoconf)
+Profile the code. Find the functions that are being called a lot, and see what
+can be done about it. Find out if all these calls are necessary (e.g. excessive
+alpm_list_count calls), and maybe think about changing data structures to speed
+operations up (e.g. a 'count' field).
+
Other ideas:
============
@@ -69,7 +74,7 @@ unsigned int vs. unsigned- determine a standard and stick with it
Possibly split utilities/extras from pacman package
-Rewrite gensync/updatesync, and add a 'repo-remove' script
+Rewrite gensync/updatesync
FS #4185 - move where message is logged, perhaps?