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
refactor(systems): remove dead code and tighten microturboquant helpers
- Remove unused reconstruction_mse function (never called from main)
- Collapse orthogonality_error from 3-level accumulator loop to max-of-generator
- Replace double-lookup bigram pattern (in + []) with single bigram_idx.get() call
- Fix misleading docstring on gaussian_sample (claimed Box-Muller; just wraps random.gauss)
- Fix stale comment in random_rotation (referenced a variable that was renamed)
- Inline transient diff variable in inner_product_mse accumulator
Observed outputs unchanged: synthetic 4-bit ratio 1.61x, 8-bit 1.83x, QJL mean
signed error +0.0085. Net -15 LOC (457 to 442). verify.py still passes.
0 commit comments