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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIncremental Compilation

Compiles only user code against a pre-built runtime library to cut rebuild time from minutes to seconds during development.

Distinct from Runtime Code Compilation: Distinct from Runtime Code Compilation: focuses on fast incremental builds during development, not runtime compilation into shared libraries.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Incremental Compilation. Refine with filters or upvote what's useful.

Awesome Incremental Compilation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gradle/kotlin-dsl-samplesAvatar de gradle

    gradle/kotlin-dsl-samples

    3,683Ver en GitHub↗

    This repository provides a collection of example configurations demonstrating how to define project build logic and dependencies using the Kotlin domain-specific language. It serves as a reference for implementing build automation within the Gradle ecosystem, focusing on the transition from traditional scripting to a type-safe, expressive approach for managing software lifecycles. The samples illustrate how to leverage the Kotlin compiler to validate build scripts during development, enabling features such as IDE autocompletion and early error detection. By utilizing this approach, developers

    Implements incremental compilation to cut rebuild times by processing only modified build scripts during development.

    Kotlingradlekotlin
    Ver en GitHub↗3,683
  • fwcd/kotlin-language-serverAvatar de fwcd

    fwcd/kotlin-language-server

    2,034Ver en GitHub↗

    The Kotlin Language Server is a static code analysis tool that provides real-time intelligence for Kotlin projects. By implementing the Language Server Protocol, it enables developers to access professional-grade development features, such as code completion, diagnostics, and navigation, within any compatible text editor. The project distinguishes itself through an architecture that maintains persistent, in-memory compiler instances to facilitate rapid, incremental recompilation during active development. It supports remote hosting via TCP, allowing editors to connect to centralized analysis

    Integrates an in-memory compiler to facilitate rapid, partial recompilation during active development.

    Kotlinatomautocompletecode-completion
    Ver en GitHub↗2,034
  1. Home
  2. Programming Languages & Runtimes
  3. Compile-Time Expression Evaluation
  4. Runtime Code Compilation
  5. Incremental Compilation