Description
New java String instances are created for each field CStr encountered. This enhancement would construct field CStr instances only once and return the previously constructed instance on subsequent invocations. My early performance analysis indicates a decoding performance improvement of 7% while also reducing memory consumption and as a result also enhances performance via reduced garbage collection.