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

Optimize StemmerUtil for ReadOnlySpan<char> #1140

Open
1 task done
paulirwin opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1144
Open
1 task done

Optimize StemmerUtil for ReadOnlySpan<char> #1140

paulirwin opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1144
Assignees
Labels
is:task A chore to be done

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

StemmerUtil only operates on char[], but this should be changed to operate on ReadOnlySpan<char>, using more efficient methods in MemoryExtensions.

Context: #1139 (comment)

@paulirwin paulirwin added the is:task A chore to be done label Mar 11, 2025
@paulirwin paulirwin added this to the 4.8.0-beta00018 milestone Mar 11, 2025
@paulirwin paulirwin self-assigned this Mar 17, 2025
paulirwin added a commit to paulirwin/lucene.net that referenced this issue Mar 17, 2025
@paulirwin paulirwin linked a pull request Mar 17, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant