//! Instruction-level probe for the string hot kernel (driven by `make asm-diff`).
//!
//! `probe_str_eq_scan` is the shape of the elementwise string compare / filter loop:
//! one `StrBuffer::iter` walk with a per-cell equality. `make asm-diff` holds its
//! instruction count from rising — the per-element string cost must not regress.
use black_box;
use StrBuffer;