ELSEIF
Your brief EB
488 stories from 137 feeds 645 clusters Refreshed 2 minutes ago next pull 23:00

TECH Signal 604 2 feeds carried it

mold linker is 2.4-16.1x faster than lld and up to 112x faster than GNU ld

Illustration only Photo by U. Storsberg on Unsplash

A paper presents mold, a Unix/Linux linker that parallelizes the entire linking pipeline, linking multi-gigabyte debug binaries in seconds and outperforming lld and GNU ld.

WHY IT MATTERS

For engineers building large C++ programs, link times are a known bottleneck. mold's reported speedups could significantly shorten the edit-compile-debug cycle. However, it is a Unix/Linux linker, so it won't help on other platforms.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

mold applies data parallelism across the entire linking pipeline.

02

mold links multi-gigabyte debug binaries in at most a few seconds.

03

mold is 2.4-16.1x faster than lld and up to 112x faster than GNU ld.

THE CLUSTER

Same story, 2 feeds.

ORDERED BY FIRST SEEN
arxiv.org via Lobsters mold: A Massively Parallel Linker Open ↗
arxiv.org via Hacker News mold: A Parallel Linker Open ↗