I wonder if it would be a worthwhile performance improvement to represent repeated scalar fields with ArrayView instead of Array.
For example a repeated double message field would be type Float64Array instead of Array Number.
We already have special cases for packed repeated scalar fields so maybe this would be easy.
I wonder if it would be a worthwhile performance improvement to represent repeated scalar fields with
ArrayViewinstead ofArray.For example a repeated double message field would be type
Float64Arrayinstead ofArray Number.We already have special cases for packed repeated scalar fields so maybe this would be easy.