awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesPartial Evaluation

Optimization technique that specializes code by treating some inputs as constants to generate optimized program versions.

Distinct from Partial Application: The candidates focus on testing mocks or functional partial application, not compiler partial evaluation.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Partial Evaluation. Refine with filters or upvote what's useful.

Awesome Partial Evaluation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • graalvm/graalgraalvm का अवतार

    graalvm/graal

    21,603GitHub पर देखें↗

    Graal is a compiler and runtime architecture designed for high-performance execution and polyglot interoperability. It utilizes a graph-based representation of program logic to perform global optimizations and JIT compilation. The project features a meta-circular interpretation framework and a specialized partial evaluation mechanism, which allow for the creation of new programming languages and the automatic optimization of their semantics into machine code. It enables multiple diverse programming languages to share memory and communicate through a standardized cross-language protocol within

    Specializes general code by treating some inputs as constants to generate highly optimized versions of a program.

    Java
    GitHub पर देखें↗21,603
  • facebookarchive/prepackfacebookarchive का अवतार

    facebookarchive/prepack

    14,118GitHub पर देखें↗

    Prepack is a build-time code evaluator and JavaScript bundle optimizer. It functions as a static analysis compiler that pre-evaluates static code and precalculates function results and global assignments during the build phase to accelerate startup times and reduce bundle size. The project specifically targets JSX optimization by processing syntax and node serialization to improve user interface rendering efficiency. It utilizes a partial evaluation engine and static execution analysis to replace runtime computations with precalculated constants. The tool covers a range of capabilities inclu

    Provides a partial evaluation engine that computes static expressions and function calls at build time.

    JavaScriptjavascriptoptimization
    GitHub पर देखें↗14,118
  • google/cel-gogoogle का अवतार

    google/cel-go

    2,875GitHub पर देखें↗

    cel-go is a Go implementation of the Common Expression Language, providing a type-safe engine for the evaluation of non-Turing complete, side-effect-free expressions. It functions as an embedded expression engine that converts human-readable strings into type-checked abstract syntax trees to ensure safe execution. The system utilizes a compile-once evaluate-many model, parsing and validating expressions into cached programs for repeated execution across different datasets. It further distinguishes itself as a partial state evaluator, using commutative logic to compute results and return resid

    Computes results using commutative logic to return residual expressions when input variables are incomplete.

    Gocelexpressionexpression-evaluator
    GitHub पर देखें↗2,875
  1. Home
  2. Programming Languages & Runtimes
  3. Partial Evaluation

सब-टैग एक्सप्लोर करें

  • Residual Expression EvaluationEvaluation of expressions that returns a simplified residual expression when some input variables are missing. **Distinct from Partial Evaluation:** Distinct from Partial Evaluation: focuses on returning a computable residual expression for missing state rather than specializing code for constants.
  • Residual State EvaluationComputing partial results of an expression when the full input environment is not available. **Distinct from Partial Evaluation:** Distinct from Partial Evaluation: focuses on handling missing variables to return residual logic rather than compiler-level code specialization.