awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCompiled Expression Programs

Programs generated from parsed and type-checked expressions to be reused across multiple datasets.

Distinct from Compile-Time Expression Evaluation: Candidates focus on compile-time constexpr (f2_mt2) or DB associations (f2_mt1), not the reusable program model for expressions.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiled Expression Programs. Refine with filters or upvote what's useful.

Awesome Compiled Expression Programs GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/cel-gogoogle 的头像

    google/cel-go

    2,875在 GitHub 上查看↗

    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

    Parses and type-checks expressions into a reusable program to avoid redundant overhead during repeated execution.

    Gocelexpressionexpression-evaluator
    在 GitHub 上查看↗2,875
  1. Home
  2. Programming Languages & Runtimes
  3. Compiled Expression Programs