TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using the mold linker for fun and 3x-8x link time speedups

10 点作者 mrich将近 3 年前

1 comment

Grimburger将近 3 年前
I heard a lot of good things about mold and finally dove in after hitting some crippling compile times on a big rust project.<p>It barely made a difference, which was disappointing. Pretty much forgot about it after that but randomly tried it on a whim on a smaller project and the speedup was huge. After some rough testing going through most of my repo&#x27;s it&#x27;s very hit and miss with improvements but never was slower.<p>It&#x27;s the only linker I use now. Not sure about C++ stuff but do investigate further if you aren&#x27;t initially impressed, I&#x27;ve joined the fanclub.