Module executor_cache

Source

Structs§

CachedExecutors
LFU Cache of executors with single-epoch memory of usage counts
CachedExecutorsEntry
An Executor and its statistics tracked in CachedExecutors
Stats
Statistics of the entrie CachedExecutors
TransactionExecutor
Tracks whether a given executor is “dirty” and needs to updated in the executors cache

Constants§

MAX_CACHED_EXECUTORS
Capacity of CachedExecutors

Traits§

Executor
Program executor

Type Aliases§

Executors