Serialization: re-unroll small tuples for deser (#61725)
https://github.com/JuliaLang/julia/pull/37163 changed `deserialize_tuple(s::AbstractSerializer, len) ` from `ntuple` to `ntupleany` to avoid union-eltyped `Vectors` in inference. but for performance benefit, we can unroll small tuples and avoid `Vector` entirely.
A
Andy Dienes committed
37a6de4dadaa948c7847f9f26677c837de8b0050
Parent: dbc4c65
Committed by GitHub <noreply@github.com>
on 5/6/2026, 6:02:21 PM