Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove char[] allocations from RegistryKey and List copy to Array #78737

Merged
merged 3 commits into from
Dec 5, 2022

Commits on Nov 22, 2022

  1. Avoid redondant verification EnsureNotDisposed() already called by Su…

    …bKeyCount & ValueCount.
    Poppyto committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dac03ff View commit details
    Browse the repository at this point in the history
  2. Replace List by string[] to avoid List.ToArray() copy (it must handle…

    … rare cases where there are more or less elements during the loop).
    Poppyto committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8e53fb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    14fdd77 View commit details
    Browse the repository at this point in the history