parse msexcel plugin speedup ---------------------------- Key: NUTCH-456 URL: https://issues.apache.org/jira/browse/NUTCH-456 Project: Nutch Issue Type: Improvement Components: fetcher Affects Versions: 0.9.0 Environment: All Reporter: Heiko Dietze Priority: Minor Fix For: 0.9.0
The parse-msexcel plugin appends all table cells to one String. Currently this is done with += operation. Replace this with the StringBuffer. This will improve the speed of this parse plugin, because the number new objects and internal copy operations is reduced drastically. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-developers mailing list Nutch-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-developers