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

More Span<T> and ReadOnlySpan<T> #2669

Open
wants to merge 16 commits into
base: dev/reduce-arrays
Choose a base branch
from

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

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

Commits on Nov 4, 2023

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

Commits on Nov 10, 2023

  1. Convert many arrays to spans, or add span overloads where array overl…

    …oads are still useful.
    
    Some null checks have been removed as they are immediately followed by minimum length checks, which effectively accomplish the same goal.
    ScrubN committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3767655 View commit details
    Browse the repository at this point in the history
  2. Remove some unnecessary null checks.

    The length checks immediately following the null checks accomplish the same goal.
    ScrubN committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4abd792 View commit details
    Browse the repository at this point in the history
  3. Convert non-obsolete DrawText & DrawTextOnPath overloads to use ReadO…

    …nlySpan<char> instead of strings.
    ScrubN committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b6a95d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b3e666 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a846dce View commit details
    Browse the repository at this point in the history
  6. Minor memory improvements

    ScrubN committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    74a4d0b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix typo

    ScrubN committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    dd83aec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add ReadOnlySpan<char> overloads to SKShaper.Shape and convert DrawSh…

    …apedText to use ReadOnlySpan<char>
    ScrubN committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b006c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6cf62d View commit details
    Browse the repository at this point in the history
  3. Adjust some methods

    ScrubN committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    98cf75c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec93cb3 View commit details
    Browse the repository at this point in the history