Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SimulationState -> CachedSimulationState
Cache simulation step outputs keyed on input state, module parameters, and function hashes to allow reproducible fast-forwarding.
Problem it solves
Re-running long-running spatial simulations from scratch during development or validation is computationally expensive.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.