DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14444>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14444 [PATCH] a performance patch for PDFInfo class ------- Additional Comments From [EMAIL PROTECTED] 2002-11-12 12:20 ------- Kevin, The original code was lots of string += operations, which is simple but slow. The patch replaces it with StringBuffer operations. notes: 1. It didn`t became more difficult, did it? 2. It became faster. 14% with my test, but if you write your own test, it wont be slower then before. 3. Yes, it is still not optimal. Maybe public "void toPDF(OutputStream)" could be a more optimal solution. Oh my god, it is sooo f*cking simple... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]