mantono / DuplicateSearcher

Identification of Duplicate Tickets in Issue Tracking Systems for Software Development
0 stars 0 forks source link

Replace String on String operations #38

Open mantono opened 8 years ago

mantono commented 8 years ago

String is immutable and it is possible, considering the amount of data manipulation operations done on Strings, that a performance improvement can be done if a mutable class can be used instead.