HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbalint

no profile record

Submissions

Gundalf, young IT assistant trolls Hungary's secret service

old.reddit.com
5 points·by rbalint·há 4 meses·0 comments

More than 10x faster Rust and Cargo builds with Firebuild cache

balintreczey.hu
1 points·by rbalint·há 3 anos·0 comments

comments

rbalint
·há 4 meses·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
·há 2 anos·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
·há 2 anos·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.