You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SkiaSharp codebase is really old and is using many old primitives. Some such things are arrays instead of renting/span or MonoTouch attributes.
This issue is an epic issue to track what we would like. If there is something I missed or some new feature that will improve performance, please add a comment or even open a PR.
Description
The SkiaSharp codebase is really old and is using many old primitives. Some such things are arrays instead of renting/span or MonoTouch attributes.
This issue is an epic issue to track what we would like. If there is something I missed or some new feature that will improve performance, please add a comment or even open a PR.
Tasks
Span<T>
orReadOnlySpan<T>
#2616https://learn.microsoft.com/en-us/dotnet/standard/memory-and-spans/memory-t-usage-guidelines
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code#function-pointers
[MonoPInvokeCallback]
attributesThe text was updated successfully, but these errors were encountered: