Skip to main content

Module cache

Module cache 

Source
Expand description

Compiler cache for compiled pipelines.

CompilerCache avoids redundant compilation by caching compiled pipelines keyed by a hash of their stage definitions. It owns a JitContext and provides get_or_compile semantics.

Structsยง

CompilerCache
Cache for compiled pipelines, keyed by a hash of pipeline stages.