Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26964 - Pickling auxcache
Summary: Pickling auxcache
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 26965 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-19 21:24 UTC by mathias stearn
Modified: 2011-10-30 22:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the patch (auxcache.patch,1.22 KB, patch)
2003-08-19 21:26 UTC, mathias stearn
Details | Diff
updated patch (auxcache.patch,1.22 KB, patch)
2003-08-20 17:48 UTC, mathias stearn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mathias stearn 2003-08-19 21:24:04 UTC
this patch pickles auxcache and provides a speedup after information has been looked 
up once. This will notice if a package has been modified, and reload it.
Comment 1 mathias stearn 2003-08-19 21:26:07 UTC
Created attachment 16348 [details, diff]
the patch
Comment 2 SpanKY gentoo-dev 2003-08-19 22:28:08 UTC
*** Bug 26965 has been marked as a duplicate of this bug. ***
Comment 3 mathias stearn 2003-08-20 17:48:25 UTC
Created attachment 16395 [details, diff]
updated patch

changes the file location fram /var/db to /var/cache/edb
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2003-12-28 20:22:04 UTC
I've had this implemented in portage for a while now in a more
optimized way. The problem is that you're speeding up the worst
case while driving the best case back toward the worst case. I
haven't implemented it as it makes only a marginal difference.