Expand description
DenseKernel - High-Performance Simulation Hot Loop
This module provides the core simulation kernel for maximum throughput (>10M ticks/sec) using zero-copy data access and avoiding allocations.
Structs§
- Dense
Kernel - The dense simulation kernel - zero-allocation hot loop.
- Dense
Kernel Config - Configuration for dense kernel execution.
- Dense
Kernel Result - Result of dense kernel execution.
- Kernel
Compile Config - Configuration for compiling a simulation kernel.
Traits§
- Kernel
Compiler - Trait for JIT kernel compilation.
Functions§
- simulate
- Run a simulation on a DataTable with a closure-based strategy.
Type Aliases§
- Simulation
Kernel Fn - JIT-compiled simulation kernel function type.