It seems like it would be worthwhile to inline common reduction operations for small vectors rather than calling the generic Base reduce code? ```jl julia> @which sum(SVector(3,4,5)) sum(a) at reduce.jl:229 ```