awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCoprocessors

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.

Awesome Coprocessors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zama-ai/fhevmالصورة الرمزية لـ zama-ai

    zama-ai/fhevm

    25,215عرض على GitHub↗

    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.

    Rustblockchainfheprivacy
    عرض على GitHub↗25,215
  • pingcap/tikvالصورة الرمزية لـ pingcap

    pingcap/tikv

    16,724عرض على GitHub↗

    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.

    Rust
    عرض على GitHub↗16,724
  1. Home
  2. Data & Databases
  3. Data Engineering
  4. Distributed Compute Frameworks
  5. Distributed Computing Engines
  6. Coprocessors

استكشف الوسوم الفرعية

  • Asynchronous Computation OffloadingOffloading computationally expensive tasks to an external service to maintain primary system performance. **Distinct from Coprocessors:** Distinct from Coprocessors: focuses on the asynchronous architectural pattern of offloading to a service rather than specifically logic running on storage nodes.