awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Incremental Build Optimizers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesIncremental Build Optimizers

Mechanisms for caching and re-executing only modified build tasks.

Distinguishing note: Focuses on the optimization logic rather than the build system itself.

Explore 1 awesome GitHub repository matching development tools & productivity · Incremental Build Optimizers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Incremental Build Optimizers

Awesome Incremental Build Optimizers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • bazelbuild/bazel

    bazelbuild/bazel

    25,145View 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

    Accelerates development cycles by caching previous results and only re-executing tasks affected by code changes.

    Javabazelbuildbuild-system
    25,145View on GitHub↗