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ยง
- Compiler
Cache - Cache for compiled pipelines, keyed by a hash of pipeline stages.