HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rbalint

no profile record

投稿

Gundalf, young IT assistant trolls Hungary's secret service

old.reddit.com
5 ポイント·投稿者 rbalint·3 か月前·0 コメント

コメント

rbalint
·4 か月前·議論
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 年前·議論
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 年前·議論
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.