Probably none. This only speeds up the execution of the python code in /usr/bin/emerge - 'emerge sync' farms everything out to rsync, so you will probably see no improvement in that department. I find it speeds up dependency calculations and searches.papabean wrote:What effect, if any, does this have on emerge sync?

Thanks. I have noticed that searches seem much faster.alec wrote:Probably none. This only speeds up the execution of the python code in /usr/bin/emerge - 'emerge sync' farms everything out to rsync, so you will probably see no improvement in that department. I find it speeds up dependency calculations and searches.papabean wrote:What effect, if any, does this have on emerge sync?
Code: Select all
real 0m28.690s
user 0m21.925s
sys 0m2.540s
Code: Select all
real 0m26.932s
user 0m24.073s
sys 0m2.663s
Code: Select all
# emerge -pvDe world
real 0m17.276s
user 0m13.736s
sys 0m3.488sCode: Select all
# emerge -pvDe world
real 0m12.917s
user 0m9.789s
sys 0m3.002s
Code: Select all
Jul 2 12:41:29 [kernel] PAX: execution attempt in: <anonymous mapping>, 17d6a000-17e1e000 17d6a000
Code: Select all
without psyco:
7 Secunds
with psyco:
5 SecondsCode: Select all
without psyco:
3 Secunds
with psyco:
3 SecondsCode: Select all
real 0m34.392s
user 0m23.512s
sys 0m3.056s
Code: Select all
real 0m21.905s
user 0m16.532s
sys 0m2.709s
Code: Select all
real 0m34.925s
user 0m23.368s
sys 0m3.142s
Code: Select all
real 0m24.636s
user 0m17.210s
sys 0m2.844s
