Am 24.01.2015 um 05:20 schrieb [email protected]:

Is there any way to make it faster or (in other words): Are there
different ways to "Calculating dependencies..." and have only chossen
the slowest one...?

What can I do to spped it up?

Portage is written in Python, normally running on CPython. While CPython is the standard, it isn't the fastest way to run Python.

You could try switching over to PyPy, which uses a JIT-compiler that CPython doesn't have. This should get quite a big performance boost, if portage is being able to run under PyPy, that is.

Alternatively you could try a portage replacement like Paludis, which is being written completely in C++.

Reply via email to