1 个仓库
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 是一个专为高吞吐量读写操作设计的 NoSQL 数据库引擎和 PHP 扩展。它作为直接集成到 PHP 运行时中的持久化层,为高负载环境提供了一个非关系型存储系统。 该项目包含一个编译器,可将动态 PHP 源代码转换为静态类型的 C++ 代码。此过程消除了运行时解释开销,从而实现了原生执行速度并降低了资源消耗。 该系统利用原生 C++ 绑定和无模式(schema-less)存储引擎来确保低延迟的数据访问。这些功能的核心在于高负载数据存储以及通过静态代码转换优化 PHP 执行。
Executes core database logic and data processing in a compiled language to maximize runtime efficiency.