paulirwin opened a new issue, #1140: URL: https://github.com/apache/lucenenet/issues/1140
### Is there an existing issue for this? - [x] I have searched the existing issues ### Task description [StemmerUtil](https://github.com/apache/lucenenet/blob/54505e8964c112119b83adf8bf9163d687765cbe/src/Lucene.Net.Analysis.Common/Analysis/Util/StemmerUtil.cs) only operates on `char[]`, but this should be changed to operate on `ReadOnlySpan<char>`, using more efficient methods in MemoryExtensions. Context: https://github.com/apache/lucenenet/pull/1139#discussion_r1987632978 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org