awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesParallel Transaction Execution

Concurrent execution of non-conflicting state updates to increase throughput.

Distinct from Parallel Execution: Specializes general parallel execution for blockchain transactions based on object conflict analysis.

Explore 6 awesome GitHub repositories matching development tools & productivity · Parallel Transaction Execution. Refine with filters or upvote what's useful.

Awesome Parallel Transaction Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • eosio/eosAvatar EOSIO

    EOSIO/eos

    11,189Vezi pe GitHub↗

    EOS is a Layer 1 blockchain infrastructure and high-throughput transaction engine. It serves as a WebAssembly smart contract platform that manages state transitions and network consensus across a peer-to-peer network. The system utilizes a sandboxed virtual machine for executing smart contract logic and employs a Byzantine Fault Tolerant delegated proof-of-stake consensus mechanism to finalize the global ledger state. It features a resource-based stake model for CPU and memory allocation and an asynchronous messaging system for inter-contract communication to prevent recursive call overflows.

    Processes multiple transactions simultaneously by distributing workload across CPU cores.

    C++eosio
    Vezi pe GitHub↗11,189
  • ibax-io/go-ibaxAvatar IBAX-io

    IBAX-io/go-ibax

    7,858Vezi pe GitHub↗

    go-ibax is a blockchain protocol platform and decentralized application infrastructure used to deploy networks with custom governance and token economics. It provides a foundation for building decentralized applications through a framework that integrates identity management and on-chain data storage. The project features a multilingual virtual machine capable of executing smart contracts written in Go, Rust, and Solidity. It implements a sharded blockchain network to increase throughput and a privacy layer utilizing zero-knowledge proofs and homomorphic encryption to anonymize transaction da

    Divides nodes and transactions into fragments to improve packaging efficiency and increase transaction processing speed.

    Goassetsblockchaincross-chain
    Vezi pe GitHub↗7,858
  • mystenlabs/suiAvatar MystenLabs

    MystenLabs/sui

    7,612Vezi pe GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Processes non-conflicting object updates concurrently to increase network throughput and reduce latency.

    Rustblockchaindistributed-ledger-technologymove
    Vezi pe GitHub↗7,612
  • cosmos/cosmos-sdkAvatar cosmos

    cosmos/cosmos-sdk

    7,016Vezi pe GitHub↗

    Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign layer-one networks. It provides a foundation for creating customizable blockchains featuring native interoperability, sovereign governance, and Byzantine Fault Tolerant consensus engines. The framework is distinguished by its inter-blockchain communication protocol, which enables the transfer of byte-encoded data and digital assets between independent blockchain networks. It supports multiple consensus models, including Proof of Stake and Proof of Authority, and allows for the integra

    Supports concurrent execution of non-conflicting transactions to improve network throughput and reduce latency.

    Goblockchaincometbftcosmos-sdk
    Vezi pe GitHub↗7,016
  • massalabs/massaAvatar massalabs

    massalabs/massa

    5,526Vezi pe GitHub↗

    Massa este un blockchain Layer 1 multithreaded și o platformă de aplicații descentralizate. Servește ca un registru programabil pentru implementarea contractelor inteligente și executarea operațiunilor descentralizate, utilizând o arhitectură multithreaded pentru a procesa tranzacțiile în paralel. Proiectul dispune de un gateway de găzduire web blockchain pentru stocarea site-urilor imutabile și a codului front-end direct pe registru, pentru a asigura rezistența la cenzură. De asemenea, funcționează ca un bridge de active cross-chain pentru transferul activelor digitale între diferite rețele blockchain și oferă un sistem pentru execuția autonomă a contractelor inteligente care declanșează logica la intervale predefinite fără intervenție manuală. Platforma suportă validarea rețelei prin noduri de staking, bundling atomic de tranzacții și prețuri de stocare bazate pe resurse pentru a gestiona datele on-chain. Permite implementarea aplicațiilor descentralizate și gestionarea activelor digitale într-o rețea distribuită de noduri validatoare.

    Features a multithreaded execution engine that processes transactions in parallel to maximize network throughput.

    Rust
    Vezi pe GitHub↗5,526
  • solana-labs/solana-program-libraryAvatar solana-labs

    solana-labs/solana-program-library

    4,229Vezi pe GitHub↗

    solana-program-library este o suită de programe de sistem blockchain care oferă o bibliotecă de operațiuni blockchain de bază și funcții native implementate ca programe reutilizabile pe Solana. Servește ca o colecție de template-uri de smart contract și implementări de referință pentru deployment-ul programelor verificate pe mașina virtuală Solana. Proiectul oferă infrastructură pentru aplicații descentralizate prin oferirea de programe standardizate care acționează ca blocuri fundamentale pentru aplicații. Se concentrează pe dezvoltarea și deployment-ul de contracte blockchain verificate pentru a asigura o funcționalitate consistentă în întreaga rețea. Biblioteca acoperă operațiunile blockchain de bază prin re-implementarea funcțiilor native de sistem ca programe care vizează mașina virtuală. Aceasta include deployment-ul de smart contract-uri standardizate pentru a menține un comportament consistent în diferite implementări blockchain.

    Processes non-conflicting transactions simultaneously through explicit account access declarations to increase throughput.

    Rust
    Vezi pe GitHub↗4,229
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Parallel Transaction Execution

Explorează sub-etichetele

  • High-Throughput Transaction Engines1 sub-tagProcessing systems that handle large transaction volumes through parallel execution and multi-threaded block production. **Distinct from Parallel Transaction Execution:** Distinct from Parallel Transaction Execution: encompasses the full engine including multi-threaded block production, not just concurrent execution of non-conflicting updates.