Completed
Details
Details
Assignee
Timothy Baldridge
Timothy BaldridgeReporter
Jürgen Hötzel
Jürgen HötzelLabels
Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created November 1, 2010 at 9:58 PM
Updated October 13, 2015 at 3:37 AM
Resolved October 13, 2015 at 3:37 AM
Instead of copying each character from InputReader to StringBuffer.
Performance improvement:
Approach: Use StringWriter and jio/copy vs character by character copy. Results from the current patch see a 4-5x perf boost after the jit warms up, with purely in-memory streams (ByteArrayInputStream over a 6MB string).
Patch: clj-668-2.patch
Screened by: Alex Miller