HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbalint

no profile record

Submissions

Gundalf, young IT assistant trolls Hungary's secret service

old.reddit.com
5 points·by rbalint·3 mesi fa·0 comments

comments

rbalint
·4 mesi fa·discuss
If the builds are slow, build accelerators can help a lot. Ccache would work for sure and there is also firebuild, that can accelerate the linker phase and many other tools in builds.
rbalint
·2 anni fa·discuss
If you would like to make similar hooks work again on macOS, check out this guide: https://firebuild.com/setup-macos . Firebuild uses similar technique to explore the process tree and create a report with CPU utilizations highlighted in a graphical process tree graph.
rbalint
·2 anni fa·discuss
75% is really good even if it requires changing the toolchain. Have you tried https://github.com/firebuild/firebuild ? It is a caching accelerator and it can cache the linking and the buildscripts, too in Rust builds. It can make your builds more than 90% faster, especially with low cores counts. https://balintreczey.hu/blog/improve-build-time-of-rust-java... The Mac port is experimental, though.