Commit 98695b8
chore: regenerate codes_gen.go with CompiledTable slice literals
Replace map-based VersionTable literals in codes_gen.go with
CompiledTable sorted slice literals. This eliminates runtime hash
table construction (9.48MB of map.init code → 6.13MB of slice init).
Also update the spec2go generator to emit CompiledTable syntax and
remove the compile_raw_tables.go bridge that was converting maps to
sorted slices at runtime.1 parent 6dac371 commit 98695b8
3 files changed
Lines changed: 434385 additions & 434431 deletions
0 commit comments