> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 执行

<CardGroup cols={2}>
  <Card title="并行执行" href="/zh/monad-arch/execution/parallel-execution">
    乐观并行执行
  </Card>

  <Card title="MonadDb" href="/zh/monad-arch/execution/monaddb">
    用于原生存储以太坊默克尔帕特里夏树 (Merkle Patricia Trie) 到 SSD 的自定义数据库
  </Card>

  <Card title="JIT 编译" href="/zh/monad-arch/execution/native-compilation">
    通过编译为机器代码实现 EVM 字节码的高性能执行
  </Card>
</CardGroup>
