[Jamwiki-commit] SF.net SVN: jamwiki:[2808] wiki/trunk/jamwiki-core/src/main/java/org/ jamwiki/par
Brought to you by:
wrh2
From: <wr...@us...> - 2009-12-27 15:51:55
|
Revision: 2808 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2808&view=rev Author: wrh2 Date: 2009-12-27 15:51:42 +0000 (Sun, 27 Dec 2009) Log Message: ----------- Performance: * Speed up JFlexParserUtil by using more efficient regular expressions and, for a commonly-executed function, getting rid of regular expressions and just using base String methods instead. In my local tests the new code is reliably faster, although it gives a boost of only a few milliseconds. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |