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

PERFORMANCE: Lucene.Net.Analysis.TokenAttributes.CharTermAttribute: Optimized char copying on Append() and Subsequence() #899

Merged

Commits on Jan 19, 2024

  1. PERFORMANCE: Lucene.Net.Analysis.TokenAttributes.CharTermAttribute::S…

    …ubsequence(): Changed to using Arrays.Copy() to copy the array instead of a for loop.
    NightOwl888 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9628b69 View commit details
    Browse the repository at this point in the history
  2. PERFORMANCE: Lucene.Net.Analysis.TokenAttributes.CharTermAttribute::A…

    …ppend(): Use StringBuilder.CopyTo() to copy the chars instead of allocating a string.
    NightOwl888 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    53db652 View commit details
    Browse the repository at this point in the history