3 个仓库
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.
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.
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.
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.