Expand description
High-performance, branchless algorithm implementations for pictl process mining.
This crate implements discovery, conformance, and analysis algorithms optimized for:
- Minimal branch misses (cache-friendly execution)
- Predictable latency (sub-millisecond for WASM)
- Deterministic behavior (same input → same output every time)
- SIMD vectorization where applicable
Re-exports§
pub use pictl_types;
Modules§
- alpha
- columnar
- Columnar encoding helpers — eliminate the 43-occurrence boilerplate in wasm4pm.
- conformance
- dfg
- heuristic
- streaming