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

3 repos

Awesome GitHub RepositoriesBuild Optimization Engines

Mechanisms that improve build performance through dependency graph analysis, incremental compilation, or modular unit management, distinct from general task execution.

Explore 3 awesome GitHub repositories matching development tools & productivity · Build Optimization Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build and Automation Systems
  4. Build Systems
  5. Build Optimization Engines

Awesome Build Optimization Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Kotlincompilergradle-pluginintellij-plugin
  • jekyll/jekyll

    jekyll/jekyll

    51,449GitHubView on GitHub↗

    Jekyll is a static site generator that transforms plain text files and markup into complete, deployable websites. It functions as a content management engine and blog-aware publishing platform, orchestrating a multi-stage build process that organizes structured data and source files into a consistent site architecture.

    Rubyblog-enginejekyllliquid

Explore sub-tags

  • Compilation Unit ManagersSystems that organize source code into distinct units to manage specialized build or testing requirements.
  • Header Import SystemsModular systems that import external header files to provide efficient semantic analysis during compilation.
  • Incremental Build EnginesBuild systems that track dependency changes to selectively recompile only modified components, reducing overall build times.