Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Using org.apache.camel.util.Scanner to use for splitting could potentially be optimized for more basic splitting by single char as like we do for commas.
The Scanner creates a lot of object allocations with reg exp patterns and whatnot that is way overkill.
Attachments
Attachments
Issue Links
- links to