Commits
Commits on May 28, 2026
Fix critical and major code review issues
Show description for 47e0d32andcommitted- committed
docs: design spec for mapcodelib speed optimization
Show description for 740bfecandcommitteddocs: implementation plan for mapcodelib speed optimization
Show description for 9813f71andcommittedchore: pin perf baseline for feat/optimize
Show description for f1cb736andcommittedperf: A1 — cache flags per loop iteration in hot paths
Show description for 430bbbaandcommittedperf: A2 — reorder fitsInsideBoundaries to test longitude first
Show description for b9b3f2candcommittedrevert: A2 — reorder fitsInsideBoundaries (caused regression)
Show description for 5246c79andcommittedperf: A3 — length-tracked result assembly in encoderEngine
Show description for 1b01b82andcommittedperf: A4 — single division per iteration in encodeBase31
Show description for 753c337andcommittedperf: B1+B2+B3 — add precomputed companion tables and one-time init
Show description for 554af29andcommittedperf: B4 — hot loops read from precomputed companion tables
Show description for 3416f87andcommittedperf: B5 — DEBUG-build sanity check for companion tables
Show description for 2cdf52bandcommitteddocs: record final perf results for feat/optimize branch
Show description for 9f99fa8andcommitteddocs: add perf results table to docs/superpowers
Show description for d5778abandcommitted