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 2020/08/26 04:24:06 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #331: Lucene.Net.Diagnostics: Added Assert overload for passing message as string instead of Func

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


   In some cases, it is more efficient to pass a string because there is no concatenation operation when supplying the parameter. This adds an overload to cover those cases, but it should only be used when there is no string concatenation operation taking place so the performance impact doesn't happen in production.


----------------------------------------------------------------
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.

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



[GitHub] [lucenenet] NightOwl888 merged pull request #331: Lucene.Net.Diagnostics: Added Assert overload for passing message as string instead of Func

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


   


----------------------------------------------------------------
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.

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