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.
|