Baseline (pre-refactor)

Recorded before the principal-engineer refactor began. Toolchain: rustc 1.98.0 (stable, via rustup), workspace pinned stable in rust-toolchain.toml, rust-version = "1.85" (MSRV claim).

Gates

Examples

Benches (criterion, quick mode, single-threaded default)

Size

Known pre-existing defects found during baseline

  1. Workspace did not compile against pinned rand 0.10 (RngExt split, choose_multiplesample rename, removed rand::RngCore re-export).
  2. parallel_sample in tensift-core was dead code that blocked compilation.
  3. One clippy question_mark violation in factor extraction.
  4. batch_factorization includes a 20-bit case beyond documented scope.