Zentra
  • Welcome to Zentra
  • Why Zentra?
  • Key Features
    • Python to Blockchain
    • Upgradable Ecosystem
  • Architecture
    • Chain and Indexer
  • Minus Theory
  • Core Concepts
    • Input and State
    • App State
    • Parallel VM
    • Code and Committee
  • Tokenomic
    • Global State Explosion
    • Bitcoin Paradox
    • Global Space Scarcity
    • Zentra Tokenomic
  • FAQ and Troubleshooting
    • Is Zentra Decentralized?
    • Is Zentra a DA?
  • How does Security and verification works?
  • Community and Support
    • Join Zentra community
由 GitBook 提供支持
在本页
  1. Core Concepts

Parallel VM

Python is a powerful programming language, but when execution pressure shifts from nodes to the indexer, a large number of transactions that can be agreed upon in consensus to form a block must still be executed one by one in the execution layer to update the global state.

Since execution can be deferred, the execution time is not constrained by block intervals. However, if users have to wait too long to confirm whether their transactions are successful, it negatively impacts user experience.

To address this, Zentra introduces a Parallel Python VM to accelerate global state updates after consensus, ensuring faster transaction finality while maintaining scalability.

上一页App State下一页Code and Committee

最后更新于2个月前