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

Port to .NET 6/7 and use ReadOnlySpan where possible #27

Open
2 tasks
gentledepp opened this issue Feb 27, 2023 · 0 comments
Open
2 tasks

Port to .NET 6/7 and use ReadOnlySpan where possible #27

gentledepp opened this issue Feb 27, 2023 · 0 comments

Comments

@gentledepp
Copy link
Owner

gentledepp commented Feb 27, 2023

For performance reasons (GC), many parts of the library should use

ReadOnlySpan

  • CoordinateParser uses _coords.Subscring()
  • SKFactoryBase.CreateColorFromHexString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant