1 repository
Compilers that translate PHP scripts into native C++ code to remove interpretation overhead.
Distinct from Bytecode-to-C Backends: Distinct from Bytecode-to-C Backends by translating PHP source directly to C++ rather than via intermediate bytecode.
Explore 1 awesome GitHub repository matching programming languages & runtimes · PHP to Native Compilers. Refine with filters or upvote what's useful.
kphp-kdb is a NoSQL database engine and PHP extension designed for high-throughput read and write operations. It functions as a persistence layer integrated directly into the PHP runtime, providing a non-relational storage system for high-load environments. The project incorporates a compiler that translates dynamic PHP source code into statically typed C++ code. This process eliminates runtime interpretation overhead to achieve native execution speeds and lower resource consumption. The system leverages native C++ bindings and a schema-less storage engine to ensure low-latency data access.
Converts PHP scripts into statically typed C++ code to achieve native execution speeds.