Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26964

Summary: Pickling auxcache
Product: Portage Development Reporter: mathias stearn <mstearn>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: 2.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the patch
updated patch

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.