해수면
해수면
Smart Contracts
5개 참조
겹치지 않는 트랜잭션을 동시에 실행할 수 있게 해주는 솔라나의 병렬 스마트 계약 런타임입니다. 병렬성은 트랜잭션이 다른 계정에 액세스할 때 처리량을 증가시킵니다.
5개 백서 섹션에 등장
Abstract
...ansaction forwarding protocol (Gulf Stream), a parallel smart contract runtime (Sealevel), and a Proof of Replication scheme for distributed storage verification. Toget...
Outline
...ns, verifies signatures on the GPU, executes transactions in parallel using the Sealevel runtime, and writes the results to the ledger. We present performance projectio...
System Architecture
... │ │ (Execute)│ │ (Ledger) │
│ Network │ │ ed25519 verify │ │ Sealevel │ │ PoH + │
│ packets │ │ on CUDA cores │ │ parallel │ │ S...
Performance
... shared state, parallelism is reduced and execution becomes the bottleneck. The Sealevel runtime is designed to maximize parallelism by executing non-conflicting transa...
Conclusion
...rasure coding and tree-structured propagation to distribute blocks efficiently. Sealevel executes non-conflicting transactions in parallel across multiple CPU cores. An...