Module fast

Module fast 

Source

Modules§

trace_state

Structs§

ExecutionOutput
The output of a program execution, containing the state of the stack, advice provider, and memory at the end of the execution.
FastProcessState
FastProcessor
A fast processor which doesn’t generate any trace.
NoopTracer
A Tracer that does nothing.

Constants§

NUM_ROWS_PER_CORE_FRAGMENT
The number of rows per core trace fragment.

Traits§

Tracer
A trait for tracing the execution of a FastProcessor.