[jira] [Commented] (CAMEL-5398) Optimize String.replaceAll() to cache Patterns where suitable

2015-03-25 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379556#comment-14379556 ] Claus Ibsen commented on CAMEL-5398: I am optimizing the parts in camel-core that is

[jira] [Commented] (CAMEL-5398) Optimize String.replaceAll() to cache Patterns where suitable

2013-03-26 Thread Henryk Konsek (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613664#comment-13613664 ] Henryk Konsek commented on CAMEL-5398: -- Not really as this issue got pretty low

[jira] [Commented] (CAMEL-5398) Optimize String.replaceAll() to cache Patterns where suitable

2013-03-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13596219#comment-13596219 ] Claus Ibsen commented on CAMEL-5398: Any update on this? Optimize

[jira] [Commented] (CAMEL-5398) Optimize String.replaceAll() to cache Patterns where suitable

2012-06-26 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401303#comment-13401303 ] Claus Ibsen commented on CAMEL-5398: Frankly the compiler should IMHO be able to

[jira] [Commented] (CAMEL-5398) Optimize String.replaceAll() to cache Patterns where suitable

2012-06-26 Thread Henryk Konsek (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401332#comment-13401332 ] Henryk Konsek commented on CAMEL-5398: -- Actually executing the loop below: for(int i