aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-09-21 21:50:06 +0200
committerFabian Groffen <grobian@gentoo.org>2019-09-21 21:50:06 +0200
commit18ceb0276719b34a769aa4bc8ef8556776967090 (patch)
treedb39c6d5dcec02fc4c240b6a152ab0e16f53677c /TODO.md
parentlibq/set: add funcs for key/value support (diff)
downloadportage-utils-18ceb0276719b34a769aa4bc8ef8556776967090.tar.gz
portage-utils-18ceb0276719b34a769aa4bc8ef8556776967090.tar.bz2
portage-utils-18ceb0276719b34a769aa4bc8ef8556776967090.zip
qlop: improve performance for -a (and thus -r), bug #694972
Bring down runtime for -a or -f (without atoms) from ~4s to ~0.6s. Bug: https://bugs.gentoo.org/694972 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index a319492..8e12c0d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -26,6 +26,7 @@
- only 64bit values are supported in any individual version component
foo-(1234)\_alpha(56789)
- these limits should not be an issue for all practical purposes
+- remove zalloc from atom explode (just initialise what needs to)
# qmerge