awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • benfred/py-spyAvatar de benfred

    benfred/py-spy

    15,272Ver en 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
    Ver en GitHub↗15,272
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Runtime Binding Generators