Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Don't use Array.Reverse in ImmutableArray<T>.Builder.Reverse #2354

Merged
merged 1 commit into from
Jul 14, 2015

Commits on Jul 14, 2015

  1. Don't use Array.Reverse in ImmutableArray<T>.Builder.Reverse

    The non-generic Array.Reverse does not perform well for non-primitive
    value types.
    justinvp committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    49d737d View commit details
    Browse the repository at this point in the history