1 repository
Compiled execution layers specifically designed for database storage and retrieval logic.
Distinct from Compiled Core Processing: Distinct from Compiled Core Processing by focusing specifically on database engine logic rather than general data manipulation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Database Engine Backends. 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.
Executes core database logic and data processing in a compiled language to maximize runtime efficiency.