1 个仓库
Techniques to reduce application startup time and memory usage during the initial boot phase.
Distinct from Database Performance Optimizers: Focuses on the startup/boot phase (e.g., manifest file size) rather than general query optimization.
Explore 1 awesome GitHub repository matching data & databases · Boot Process Optimizations. Refine with filters or upvote what's useful.
java-tron 是 Tron 区块链全节点的 Java 实现。它提供了运行网络节点、验证交易和生成区块的核心基础设施。该项目包括一个权益证明(PoS)共识引擎、分布式账本数据库和用于管理链上状态转换的智能合约运行时。 该系统支持全节点和轻节点操作,利用状态快照来加速同步并降低硬件要求。它具有多引擎数据库抽象,允许跨不同物理磁盘进行存储迁移、分区和清理,以优化性能。 该软件涵盖了广泛的区块链功能,包括数字资产管理、通过代表选举进行的网络治理,以及通过虚拟机执行可编程逻辑。它通过支持 HTTP、gRPC 和 JSON-RPC 协议的网关公开区块链数据和功能。 该项目提供用于初始化网络节点、部署私有区块链环境以及管理加密账户密钥库的工具。
Reduces database manifest file size to lower memory consumption and accelerate the node boot process.