LLD Linker

LLD is linker provided with clang/llvm tools. Its quite fast compared to GNU ld. an example is here when linking qtwebengine. As we can see parallel threads.

1 Like

Here is a project you may find interesting:

yeah mold is an interesting project especially given that its developed by same developer who also contributed heavily to lld in past.