[ https://issues.apache.org/jira/browse/CTAKES-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649967#comment-17649967 ]
ASF subversion and git services commented on CTAKES-531: -------------------------------------------------------- Commit 4b56534ba361a9c5957e913950223ca6bae4b1d0 in ctakes's branch refs/heads/main from Sean Finan [ https://gitbox.apache.org/repos/asf?p=ctakes.git;h=4b56534 ] CTAKES-532 CTAKES-531 > String.replaceAll() has bad performance against replace() if not regex. > ----------------------------------------------------------------------- > > Key: CTAKES-531 > URL: https://issues.apache.org/jira/browse/CTAKES-531 > Project: cTAKES > Issue Type: Bug > Reporter: bd2019us > Priority: Major > Labels: pull-request-available > Attachments: 1.patch > > > Location: > (1) > ctakes-core/src/main/java/org/apache/ctakes/core/cc/html/HtmlTextWriter.java > (2) > ctakes-gui/src/main/java/org/apache/ctakes/gui/dictionary/util/FileUtil.java > > The String.replaceAll(regex, other) can replace the string satisfying the > "regex" with the given "other" string. However, if the given "regex" is a > simple plain string (i.e., no special characters), another API > String.replace(origin, other) is recommended as the former need to be > compiled a head of time, which will cause additional overhead. -- This message was sent by Atlassian Jira (v8.20.10#820010)