awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vk-com avatar

vk-com/kphp-kdb

0
View on GitHub↗
6,072 Stars·213 Forks·C·GPL-2.0·7 Aufrufe

Kphp Kdb

kphp-kdb ist eine NoSQL-Datenbank-Engine und PHP-Erweiterung, die für Lese- und Schreibvorgänge mit hohem Durchsatz entwickelt wurde. Sie fungiert als Persistenzschicht, die direkt in die PHP-Laufzeitumgebung integriert ist und ein nicht-relationales Speichersystem für Umgebungen mit hoher Last bietet.

Das Projekt enthält einen Compiler, der dynamischen PHP-Quellcode in statisch typisierten C++-Code übersetzt. Dieser Prozess eliminiert den Overhead der Laufzeitinterpretation, um native Ausführungsgeschwindigkeiten und einen geringeren Ressourcenverbrauch zu erreichen.

Das System nutzt native C++-Bindings und eine schema-lose Speicher-Engine, um Datenzugriffe mit geringer Latenz zu gewährleisten. Diese Funktionen konzentrieren sich auf die Datenspeicherung unter hoher Last und die Optimierung der PHP-Ausführung durch statische Code-Übersetzung.

Features

  • Non-Relational Data Storage - Provides a high-performance NoSQL storage engine using a schema-less architecture for high-throughput operations.
  • Low-Latency Data Retrieval - Minimizes data access times by integrating a persistence layer directly into the PHP runtime.
  • NoSQL Databases - Provides a high-performance non-relational storage system designed for high-throughput read and write operations.
  • Persistence Layers - Provides a persistence layer embedded directly into the PHP runtime for low-latency data access.
  • Schema-less Storage Engines - Implements a flexible, schema-less storage engine optimized for high-throughput read and write operations.
  • C++ Function Bindings - Connects high-level PHP interfaces to the C++ engine using direct low-level memory mappings and function calls.
  • PHP Runtime Optimization - Increases PHP execution speed by translating dynamic source code into native C++.
  • PHP Extension Bindings - Implements a persistence layer as a PHP extension using native C++ bindings for low-latency access.
  • PHP to C++ Translation - Converts PHP source code into C++ to increase execution speed and overall system performance.
  • PHP to Native Compilers - Converts PHP scripts into statically typed C++ code to achieve native execution speeds.
  • Source-to-C Transpilers - Translates dynamic PHP source code into static C++ code to eliminate runtime interpretation overhead.
  • Source-to-Source Compilers - Translates dynamic PHP source code into statically typed C++ to eliminate runtime interpretation overhead.
  • C++ Core Implementations - Implements core database logic in C++ to achieve maximum runtime performance and resource efficiency.
  • Database Engine Backends - Executes core database logic and data processing in a compiled language to maximize runtime efficiency.
  • Static Code Translation - Transforms high-level dynamic PHP scripts into static typed C++ code to eliminate interpretation overhead.

Star-Verlauf

Star-Verlauf für vk-com/kphp-kdbStar-Verlauf für vk-com/kphp-kdb

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Kphp Kdb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Kphp Kdb.
  • google/j2objcAvatar von google

    google/j2objc

    6,041Auf GitHub ansehen↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Java
    Auf GitHub ansehen↗6,041
  • apache/cassandraAvatar von apache

    apache/cassandra

    9,778Auf GitHub ansehen↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Javacassandradatabasejava
    Auf GitHub ansehen↗9,778
  • cython/cythonAvatar von cython

    cython/cython

    10,767Auf GitHub ansehen↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    Auf GitHub ansehen↗10,767
  • isar/isarAvatar von isar

    isar/isar

    4,019Auf GitHub ansehen↗

    Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and retrieval. It functions as an embedded database engine that persists large datasets on-device while ensuring transactional integrity through automatic rollbacks of failed write operations. The project distinguishes itself by validating database queries at compile time using static typing to prevent runtime errors. It incorporates a full-text search engine with specialized indexing for efficient keyword and phrase matching and utilizes parallel execution across multiple isolates to pre

    Dartandroidcross-platformdart
    Auf GitHub ansehen↗4,019
Alle 30 Alternativen zu Kphp Kdb anzeigen→

Häufig gestellte Fragen

Was macht vk-com/kphp-kdb?

kphp-kdb ist eine NoSQL-Datenbank-Engine und PHP-Erweiterung, die für Lese- und Schreibvorgänge mit hohem Durchsatz entwickelt wurde. Sie fungiert als Persistenzschicht, die direkt in die PHP-Laufzeitumgebung integriert ist und ein nicht-relationales Speichersystem für Umgebungen mit hoher Last bietet.

Was sind die Hauptfunktionen von vk-com/kphp-kdb?

Die Hauptfunktionen von vk-com/kphp-kdb sind: Non-Relational Data Storage, Low-Latency Data Retrieval, NoSQL Databases, Persistence Layers, Schema-less Storage Engines, C++ Function Bindings, PHP Runtime Optimization, PHP Extension Bindings.

Welche Open-Source-Alternativen gibt es zu vk-com/kphp-kdb?

Open-Source-Alternativen zu vk-com/kphp-kdb sind unter anderem: google/j2objc — j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as… isar/isar — Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and… mongodb/laravel-mongodb — This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel… cython/cython — Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It… apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage…