awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
michaeleisel avatar

michaeleisel/zldArchived

0
View on GitHub↗
1,195 stars·51 forks·C++·mit·12 views

Zld

Features

  • Build Systems and Compilers - Drop-in faster linker replacement for Apple platforms.

Star history

Star history chart for michaeleisel/zldStar history chart for michaeleisel/zld

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Zld

These projects share indexed features with Zld. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • antlr/antlr4antlr avatar

    antlr/antlr4

    18,928View on GitHub↗

    ANTLR is a grammar-based code generator and multi-language parser generator used to design and implement custom languages. It functions as a toolkit for transforming formal language definitions into executable source code for processing structured text or binary files, while providing a framework for automatically constructing and traversing hierarchical parse trees. The project is distinguished by its ability to generate lexers and parsers in various target programming languages from a single shared grammar definition. It supports grammars containing direct left recursion and utilizes adapti

    Java
    View on GitHub↗18,928
  • bazelbuild/bazelbazelbuild avatar

    bazelbuild/bazel

    25,529View on GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    View on GitHub↗25,529
  • fastred/optimizing-swift-build-timesfastred avatar

    fastred/Optimizing-Swift-Build-Times

    3,588View on GitHub↗

    Collection of advice on optimizing compile times of Swift projects.

    Swiftbuild-timecompilecompile-time
    View on GitHub↗3,588
  • agens-no/swiffA

    agens-no/swiff

    0View on GitHub↗
    View on GitHub↗0
Compare all 11 related projects→

Frequently asked questions

What are the main features of michaeleisel/zld?

The main features of michaeleisel/zld are: Build Systems and Compilers.

Which projects share features with michaeleisel/zld?

Projects with overlapping indexed features include: agens-no/swiff. antlr/antlr4 — ANTLR is a grammar-based code generator and multi-language parser generator used to design and implement custom… bazelbuild/bazel — Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation… fastred/optimizing-swift-build-times — Collection of advice on optimizing compile times of Swift projects. jpsim/sourcekitten — An adorable little framework and command line tool for interacting with SourceKit. kripken/emscripten — Emscripten is a WebAssembly toolchain and compiler backend that transforms C and C++ source code into WebAssembly…