awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesLanguage Extensions

High-performance native modules integrated into host environments to execute computationally expensive tasks.

Distinct from Native System Extensions: Distinct from Native System Extensions: focuses on language-level host integration for general tasks rather than low-level OS runtime services.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Language Extensions. Refine with filters or upvote what's useful.

Awesome Language Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/sql-server-samplesAvatar de microsoft

    microsoft/sql-server-samples

    11,122Ver en GitHub↗

    This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy

    Integrates external language runtimes directly within the database process for machine learning and analytics.

    Ver en GitHub↗11,122
  • mainmatter/100-exercises-to-learn-rustAvatar de mainmatter

    mainmatter/100-exercises-to-learn-rust

    9,134Ver en GitHub↗

    This project is a structured Rust programming course and learning path consisting of a sequence of interactive coding exercises. It provides a curriculum designed to guide learners from basic language fundamentals, such as syntax and type systems, to the development of complex applications. The learning experience is supported by a command-line solution validator that verifies the correctness of code solutions. The curriculum follows a progressive problem sequencing model, allowing users to master memory management and application logic through a series of practical coding challenges. The sc

    Provides practical exercises for building high-performance native extensions to integrate computationally expensive tasks into host environments.

    Rustexerciseslearning-by-doingrust
    Ver en GitHub↗9,134
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Development and Integration
  4. Native System Extensions
  5. Language Extensions

Explorar subetiquetas

  • Database Process Language HostingIntegration of external language runtimes directly within the database engine process for analytics. **Distinct from Language Extensions:** Specifically hosts runtimes within a database process, not general native system extensions.