1 个仓库
Techniques and tools used to increase the execution speed and reduce resource consumption of PHP code.
Distinct from Performance Optimization: Distinct from general Performance Optimization by focusing specifically on the runtime execution of PHP via translation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · PHP Runtime Optimization. Refine with filters or upvote what's useful.
kphp-kdb 是一个专为高吞吐量读写操作设计的 NoSQL 数据库引擎和 PHP 扩展。它作为直接集成到 PHP 运行时中的持久化层,为高负载环境提供了一个非关系型存储系统。 该项目包含一个编译器,可将动态 PHP 源代码转换为静态类型的 C++ 代码。此过程消除了运行时解释开销,从而实现了原生执行速度并降低了资源消耗。 该系统利用原生 C++ 绑定和无模式(schema-less)存储引擎来确保低延迟的数据访问。这些功能的核心在于高负载数据存储以及通过静态代码转换优化 PHP 执行。
Increases PHP execution speed by translating dynamic source code into native C++.