Linked by Eugenia Loli-Queru on Fri 14th Sep 2007 23:08 UTC
Thread beginning with comment 271583
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-01-03
"When portage was getting more complex, python wasn't the language to do the job anymore. A static typing, compiled language would be better. more error checking and compiled validation."
Wait, we are talking about a package manager here, aren't we? Why on earth would a package manager require the extra effort of developing in a compiled language (C/C++) just to get a performance boost? I mean... how can a package manager be performance critical?
I don't know portage, but I would bet the problem is in the design and not in the language... yum used to be _brutally_ slow too, and it is much faster now, even though it keeps being Python. Not downloading tons of crap every time it is invoked helps a lot...
And it's just a package manager...