SALT

Search documents
X @BREAD | ∑:
BREAD | ∑:· 2025-09-03 18:16
RT 𝙴𝚖𝚖𝚊𝚗𝚞𝚎𝚕 🇬🇭🦉 (@0xMawuko)SALT could be the EVM to RISC-V moment in Ethereum's ledger architecture design space.Solving for manageable ledger state growth, bloat, and traversal has been a problem that has spanned almost a decade in the industry, especially for EVM-based blockchain systems, and SALT might just be the breakthrough moment for everyone.Besides R&D on Verkle trees being far along, I don't see why MegaETH wouldn't propose an EIP for SALT as a new standard for Ethereum or other Ethereum distro ch ...
X @BREAD | ∑:
BREAD | ∑:· 2025-08-18 21:06
SALT Architecture & Performance - SALT 通过异步方式将更改持久化到磁盘,以保持顶层完整树的内存状态 [1] - SALT 的身份验证数据结构性能不受键值对数量或 SSD 数量的影响,因为它的大小固定且完全驻留在内存中 [1] - SALT 可以自由选择最佳的键值“数据库”,因为底层键值存储是正交问题 [1] - SALT 在实验中受 CPU 限制,CPU 成本不随存储的键值对数量增加 [3] - SALT 每次帐户/存储槽更新只会对底层键值引擎进行一次更新,这被认为是最佳的 [4] Comparison with Other Technologies - 文档承认 NOMT 和 QMDB 的比较可能存在问题,因为它们未在相同数量的键值对上进行比较 [2] - SALT 团队认为优化键值引擎不是他们的主要任务 [5] - SALT 团队将在论文发表时进行适当的评估 [5] Key-Value Engine & Scalability - SALT 可以使用任何键值引擎,这被认为是主要优势,因为可以跟随最新的技术发展 [4] - 即使 SALT 存储 10 亿(1 Billion)或更多的键值对,键值引擎也不太可能取代 CPU 成为主要瓶颈 [4] - 在 RocksDB 上重放 EVM 存储/帐户更新(超过 10 亿(1 Billion)),实现了每秒数十万次的写入,远超 CPU 导致的每秒 87,000 次更新的瓶颈 [4]