← Back to events
ActiveTech

mold: A Massively Parallel Linker

What happened

Linking is a critical step in the software build process that combines compiled object files into a single executable or shared library. Despite decades of engineering effort, link times remain a significant bottleneck in the edit-compile-debug cycle, particularly for large C++ programs. Existing linkers exploit limited parallelism, leaving most CPU cores idle during linking. We present mold, a Unix/Linux linker tha…

Summary assembled by rule from the sources below

Why it's spreading

Timeline

  1. First appeared on LobstersLobsters
  2. Discussion started on Hacker NewsHacker News

Sources

Community