aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-05 14:25:40 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-05 14:25:40 +0100
commit578aa007d1a1517bc4f96910ea97464b4f4c1fe4 (patch)
treeb40069f81316e745aacf350638143468e7ce7e46 /TODO.md
parentmain: try to work around different mtime/mtim struct stat fields (diff)
downloadportage-utils-578aa007d1a1517bc4f96910ea97464b4f4c1fe4.tar.gz
portage-utils-578aa007d1a1517bc4f96910ea97464b4f4c1fe4.tar.bz2
portage-utils-578aa007d1a1517bc4f96910ea97464b4f4c1fe4.zip
TODO: add libq/tree item
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ded7553..f6326b8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,6 +17,12 @@
- check timestamps in libq/tree for choosing which method to take:
- ignore metadata when ebuild is modified
- add some method to skip these checks and assume everything is right
+- add interface to retrieve a list/set of atoms from a tree
+ - pkg\_ctx for each found match, NULL otherwise
+ - more efficient than traversing the entire tree every time (scandir
+ or parsing Packages)
+ - cached, such that repeated matches for the same thing are served off
+ the cache (set), as frequently happens in dependency calculations
# qmerge
- dep resolver needs spanktastic love.