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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Binding Generators

Tools that generate low-level bindings to a runtime using memory offset calculations.

Distinct from Binding Generators: Unlike general Binding Generators that use C API metadata, these use memory offsets for specific runtime versions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Binding Generators. Refine with filters or upvote what's useful.

Awesome Runtime Binding Generators GitHub Repositories

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

    benfred/py-spy

    15,272在 GitHub 上查看↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Generates low-level bindings for multiple runtime versions using offset calculations to ensure environment compatibility.

    Rustperformance-analysisprofilerprofiling
    在 GitHub 上查看↗15,272
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Runtime Binding Generators