eladmarg commented on PR #1056: URL: https://github.com/apache/lucenenet/pull/1056#issuecomment-2541718537
there is a big performance penalty for using this inside try/catch block. its much better to use this with TryParse and avoid this block for so hot-path function. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org