You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/10/18 11:41:17 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request, #697: PERFORMANCE: Lucene.Net.Util.MergedEnumerator: Changed to use J2N.Collections.Generic.Comparer to match Java behaviors and for better performance

NightOwl888 opened a new pull request, #697:
URL: https://github.com/apache/lucenenet/pull/697

   Changed from using inline string conversions when the generic type is string to `J2N.Collections.Generic.Comparer<T>`, which is statically initialized with the optimal comparer that matches Java behaviors.


-- 
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-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [lucenenet] NightOwl888 merged pull request #697: PERFORMANCE: Lucene.Net.Util.MergedEnumerator: Changed to use J2N.Collections.Generic.Comparer to match Java behaviors and for better performance

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged PR #697:
URL: https://github.com/apache/lucenenet/pull/697


-- 
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-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org