Sequential Computation

Definition ∞ Sequential computation is a process where operations are performed one after another in a defined order. In contrast to parallel processing, each step must be completed before the next can begin. This method is fundamental to many algorithms and system designs, including those underpinning smart contract execution.
Context ∞ Discussions regarding sequential computation in blockchain technology often arise in the context of transaction processing and smart contract execution efficiency. Improving sequential processing capabilities without compromising security or decentralization remains a key area of research and development for many networks.