Community
Participate
Working Groups
Performance analysis found that ResourceUtil read and write methods have room for optimization. Currently, we read and write byte-wise, using a buffer performs better.
Created attachment 195881 [details] Patch for readText Applied first patch to 1.4 maintenance branch
Created attachment 195890 [details] Cumulative patch to improve ResourceUtil#write Applied second patch to 1.4 maintenance branch
Applied both patches also to CVS HEAD