-
Notifications
You must be signed in to change notification settings - Fork 540
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
base: main
Are you sure you want to change the base?
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0de203 - Browse repository at this point
Copy the full SHA e0de203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a77f16 - Browse repository at this point
Copy the full SHA 3a77f16View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7741e78 - Browse repository at this point
Copy the full SHA 7741e78View commit details -
Remove some unnecessary null checks.
The length checks immediately following the null checks accomplish the same goal.
Configuration menu - View commit details
-
Copy full SHA for c87b9fa - Browse repository at this point
Copy the full SHA c87b9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4bf7f - Browse repository at this point
Copy the full SHA 8d4bf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f77fcc - Browse repository at this point
Copy the full SHA 8f77fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8428942 - Browse repository at this point
Copy the full SHA 8428942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6f9ce - Browse repository at this point
Copy the full SHA 9f6f9ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a70e287 - Browse repository at this point
Copy the full SHA a70e287View commit details -
Add ReadOnlySpan<char> overloads to SKShaper.Shape and convert DrawSh…
…apedText to use ReadOnlySpan<char>
Configuration menu - View commit details
-
Copy full SHA for cc3fe2f - Browse repository at this point
Copy the full SHA cc3fe2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4985d3 - Browse repository at this point
Copy the full SHA d4985d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47926c8 - Browse repository at this point
Copy the full SHA 47926c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 535d4e3 - Browse repository at this point
Copy the full SHA 535d4e3View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 175fa00 - Browse repository at this point
Copy the full SHA 175fa00View commit details -
Restore some array overloads & reduce duplicate code between span and…
… array overloads
Configuration menu - View commit details
-
Copy full SHA for 2b32428 - Browse repository at this point
Copy the full SHA 2b32428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d4f74 - Browse repository at this point
Copy the full SHA 53d4f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb55f1 - Browse repository at this point
Copy the full SHA 8bb55f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae486a - Browse repository at this point
Copy the full SHA 1ae486aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1336f0 - Browse repository at this point
Copy the full SHA f1336f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b0dd6 - Browse repository at this point
Copy the full SHA 34b0dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d355e3 - Browse repository at this point
Copy the full SHA 3d355e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590f43d - Browse repository at this point
Copy the full SHA 590f43dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bd94d - Browse repository at this point
Copy the full SHA 27bd94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47479bf - Browse repository at this point
Copy the full SHA 47479bfView commit details