2 مستودعات
Specialized execution logic that runs directly on storage nodes to process data locally.
Distinct from Distributed Computing Engines: Distinct from Distributed Computing Engines: focuses specifically on offloading computation to storage nodes via coprocessors rather than general cluster-wide processing frameworks.
Explore 2 awesome GitHub repositories matching data & databases · Coprocessors. Refine with filters or upvote what's useful.
fhevm is a full-stack blockchain framework designed to integrate Fully Homomorphic Encryption into smart contracts. It provides a platform for developing confidential smart contracts that can process encrypted data and execute private on-chain computations without decrypting the underlying information. The framework utilizes a coprocessor system to offload resource-intensive encrypted operations to an asynchronous service, improving blockchain performance and scalability. It incorporates a secure key management service based on multi-party computation and a zero-knowledge proof verifier to en
Implements an asynchronous coprocessor system to offload resource-intensive encrypted operations and maintain blockchain throughput.
TiKV is a cloud-native distributed transactional key-value store and storage engine. It provides a distributed database designed for horizontal scalability and strong consistency across a cluster of physical nodes. The system uses a Raft-based consensus mechanism to maintain data availability and state synchronization. It ensures ACID compliance for distributed transactions through a two-phase commit workflow and manages data distribution via multi-Raft sharding. The engine handles massive datasets using automated range splitting and cluster load balancing to distribute data across different
Implements a coprocessor for executing filtering and aggregation logic directly on storage nodes to minimize network latency.