You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(witness): align example cost model with corrected module doc (CodeRabbit #528)
The example crates/perturbation-sim/examples/witness.rs still described the
wave path as O(N) per arc; bring it in line with the module-doc correction —
per-arc is O(N log N) as implemented (the arc is transformed), narrowing to
O(N) only for precomputed/structured arc spectra; the amortized quantity is
the single field transform.
Example builds; fmt clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CcpLeEC3XK8Eye53GKBVvi
0 commit comments