We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReadOnlySpan<char>
StemmerUtil only operates on char[], but this should be changed to operate on ReadOnlySpan<char>, using more efficient methods in MemoryExtensions.
char[]
Context: #1139 (comment)
The text was updated successfully, but these errors were encountered:
Optimize StemmerUtil for ReadOnlySpan<char>, apache#1140
2c80b22
Span<char>
paulirwin
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Task description
StemmerUtil only operates on
char[]
, but this should be changed to operate onReadOnlySpan<char>
, using more efficient methods in MemoryExtensions.Context: #1139 (comment)
The text was updated successfully, but these errors were encountered: