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

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

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

1 个仓库

Awesome GitHub RepositoriesObject Transformation Compilers

Systems that compile object mapping logic into executable code to eliminate reflection overhead.

Distinct from High-Performance Expression Evaluators: Focuses on compiling mapping expressions for object-to-object conversion, rather than general-purpose logic evaluation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Object Transformation Compilers. Refine with filters or upvote what's useful.

Awesome Object Transformation Compilers GitHub Repositories

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

    MapsterMapper/Mapster

    5,127在 GitHub 上查看↗

    Mapster 是一个 .NET 对象到对象映射器和高性能映射引擎,用于在不同对象模型之间转换数据。它作为类型安全的数据传输工具和 LINQ 查询投影工具,用于在内部逻辑和外部数据结构之间移动数据。 该引擎利用编译后的映射表达式和机器码来减少对象转换过程中的开销。它特别允许将可查询的数据源直接投影到目标类型中,以优化数据库检索。 该工具集涵盖了数据传输对象(DTO)生成、不可变数据转换和查询结果投影。它包括映射不可变集合、保留对象引用以及将运行时参数注入转换过程的功能。

    Utilizes compiled mapping expressions and machine code to maximize throughput during object conversions.

    C#
    在 GitHub 上查看↗5,127
  1. Home
  2. Programming Languages & Runtimes
  3. High-Performance Expression Evaluators
  4. Object Transformation Compilers