Performance issue when handling strings#1983
Performance issue when handling strings#1983wenshao merged 1 commit intoalibaba:masterfrom FlXME:patch-1
Conversation
Improve performance by using StringBuilder instead of StringBuffer.
|
|
1 similar comment
|
|
Codecov Report
@@ Coverage Diff @@
## master #1983 +/- ##
===========================================
- Coverage 81.02% 81% -0.02%
+ Complexity 6220 6218 -2
===========================================
Files 137 137
Lines 23130 23130
Branches 5356 5356
===========================================
- Hits 18740 18737 -3
- Misses 3039 3042 +3
Partials 1351 1351
Continue to review full report at Codecov.
|
Improve performance by using StringBuilder instead of StringBuffer.