Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.2
-
Labels:None
-
Number of attachments :
Description
There are plenty of places inside Jettison (Many inside JSONTokener) which use StringBuffer. However the way it is used is always single threaded and we will get better performance by using StringBuilder, which does not involve synchronisation.