Core Protocol
Program Cache
📖O que é
A runtime cache that stores recently loaded and JIT-compiled program binaries in memory, avoiding the cost of re-loading and re-compiling SBF ELF binaries from AccountsDB on every invocation. The program cache significantly reduces execution latency for frequently called programs. Cache entries are keyed by program ID and slot, and entries are evicted based on usage patterns and slot advancement.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RuntimeCore Protocol
The component of the SVM responsible for loading programs, enforcing account access rules …
Ver termo →SVM (Máquina Virtual Solana)Core Protocol
The Solana Virtual Machine—the execution environment that runs on-chain programs. SVM load…
Ver termo →ProgramaProgramming Model
Executable code deployed on-chain, equivalent to a smart contract on other blockchains. Pr…
Ver termo →