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

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

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

3 个仓库

Awesome GitHub RepositoriesNative Code Compiled Languages

Programming languages that compile directly to native machine code for high-performance execution.

Distinct from Bytecode Compiled Languages: Distinct from Bytecode Compiled Languages: compiles to native machine code rather than an intermediate bytecode representation.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Native Code Compiled Languages. Refine with filters or upvote what's useful.

Awesome Native Code Compiled Languages GitHub Repositories

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

    apple/swift

    70,119在 GitHub 上查看↗

    Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors. The language is designed for native code integration, allowing it to interoperate with C and Objective-C libraries to leverage existing system functions and high-performance APIs. The project covers broad capabilities in type-safe application development and cross-platform toolchain engineering. It includes infrastructure for automated language validation, compiler performanc

    Compiles directly to native machine code for high-performance execution across multiple operating systems and architectures.

    Swift
    在 GitHub 上查看↗70,119
  • ponylang/ponycponylang 的头像

    ponylang/ponyc

    6,133在 GitHub 上查看↗

    Pony is an open-source, actor-model, capabilities-secure, high performance programming language

    Is a compiled language that produces efficient machine code for performance-critical applications.

    Ponyactor-modelpony-languagepony-source
    在 GitHub 上查看↗6,133
  • varnishcache/varnish-cachevarnishcache 的头像

    varnishcache/varnish-cache

    4,050在 GitHub 上查看↗

    Varnish Cache 是一个 HTTP 反向代理缓存、流量管理器和边缘内容交付工具。它作为一个 HTTP 加速器,将响应存储在内存中以减少后端负载并提高交付速度。该系统还可用作 TLS 终止代理,并使用编译语言定义请求处理和缓存逻辑的配置引擎。 该项目的独特之处在于其编译后的配置语言,它将特定的领域逻辑转换为机器码,以线速执行请求处理。它提供高性能的内存中心化存储和专门的缓存管理,例如用于有针对性地清除相关对象的代理键失效。 该平台涵盖了广泛的流量管理和优化功能,包括动态后端路由、请求速率限制和后端健康隔离。它支持 URL 查询字符串和标头的内容规范化,以及 HMAC 签名计算等安全功能。 该软件支持通过容器镜像和 Kubernetes Helm Chart 进行云原生部署。

    Transforms a specialized domain language into machine code to execute request processing logic at line rate.

    Ccachinghigh-performancehttp
    在 GitHub 上查看↗4,050
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Native Code Compiled Languages

探索子标签

  • Domain Specific LanguagesLanguages tailored to a specific application domain to simplify the expression of complex logic. **Distinct from Native Code Compiled Languages:** Distinct from Native Code Compiled Languages: focuses on the domain-specific nature of the language rather than just the compilation target.