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

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

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

1 个仓库

Awesome GitHub RepositoriesNative Module Optimizations

Strategies for replacing interpreted code with compiled native implementations to increase execution speed.

Distinct from Native Module Compilation: Candidates are too specific to Python or mobile loaders; this is a general architectural optimization pattern.

Explore 1 awesome GitHub repository matching software engineering & architecture · Native Module Optimizations. Refine with filters or upvote what's useful.

Awesome Native Module Optimizations GitHub Repositories

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

    hansihe/Rustler

    4,806在 GitHub 上查看↗

    Rustler is a toolkit and interface for building safe, high-performance native extensions that integrate Rust code with the BEAM virtual machine. It provides a bridge for writing native functions in Rust that integrate with Erlang and Elixir. The project focuses on preventing virtual machine crashes by catching Rust panics during the execution of native functions. It utilizes a safe interface to encapsulate raw pointers and provide type-safe abstractions for native extensions. The toolkit covers cross-language data marshalling through trait-based term conversion and manages the lifecycle of m

    Enables replacing slow interpreted BEAM code with compiled Rust functions to improve execution speed.

    Rust
    在 GitHub 上查看↗4,806
  1. Home
  2. Software Engineering & Architecture
  3. Native Module Optimizations