awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLedger Storage Optimization

Techniques for reducing the physical disk footprint of historical blockchain data.

Distinct from Ledger Querying: Existing candidates focused on querying or reporting, not the physical storage efficiency of the ledger data.

Explore 2 awesome GitHub repositories matching data & databases · Ledger Storage Optimization. Refine with filters or upvote what's useful.

Awesome Ledger Storage Optimization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xrplf/rippledXRPLF 的头像

    XRPLF/rippled

    5,166在 GitHub 上查看↗

    rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv

    Stores historical ledger data in a space-efficient format to reduce the overall disk footprint.

    C++blockchainc-plus-pluscplusplus
    在 GitHub 上查看↗5,166
  • stellar/stellar-corestellar 的头像

    stellar/stellar-core

    3,269在 GitHub 上查看↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Encodes ledger data and transactions into binary formats to optimize network performance and storage efficiency.

    C++
    在 GitHub 上查看↗3,269
  1. Home
  2. Data & Databases
  3. Ledger Storage Optimization

探索子标签

  • Binary Ledger SerializationEncoding blockchain ledger data into optimized binary formats for storage and transmission efficiency. **Distinct from Ledger Storage Optimization:** Focuses on the binary encoding/serialization process rather than the general physical disk footprint optimization.