Skip to main content

Module dense_kernel

Module dense_kernel 

Source
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§

DenseKernel
The dense simulation kernel - zero-allocation hot loop.
DenseKernelConfig
Configuration for dense kernel execution.
DenseKernelResult
Result of dense kernel execution.
KernelCompileConfig
Configuration for compiling a simulation kernel.

Traits§

KernelCompiler
Trait for JIT kernel compilation.

Functions§

simulate
Run a simulation on a DataTable with a closure-based strategy.

Type Aliases§

SimulationKernelFn
JIT-compiled simulation kernel function type.