1 repository
Mechanisms for registering user-defined data structures and their associated operations within a database engine.
Distinct from Data Structure Operations: Distinct from Data Structure Operations: focuses on the extensibility and registration of new types rather than the execution of operations on native types.
Explore 1 awesome GitHub repository matching data & databases · Custom Data Structure Registrations. Refine with filters or upvote what's useful.
Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar
Allows registration of custom data structures and read-modify-write operations to extend the store's capabilities.