Hi! > > > I mean, others which aren't electron based which also > > > take huge resources to build. > > > > Yes. It's complicated. > > Could compute be distributed? > > Desktop essentials have grown huge :(
The ports tree is a dependency tree. To target the fastest way for upgrades would require to rebuild if a dependency changes and to optimise the longest path, compile-time-wise. Finding that longest path would be interesting. Some elements in that path might have problems with parallel compilation (MAKE_JOBS_UNSAFE option). Fixing those elements might help. Because this longest path is not subject to parallelization, I'm not sure it's easily achievable. It is subject to CPU takt rate optimization, therefore using faster CPUs might help as well. And large TMPFS. -- [email protected] +49 171 3101372 Now what ?
