[ 
https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved CSV-71.
---------------------

    Resolution: Fixed

Fixed. In my testing, the new CSVLexer is about 4% faster than the old one 
(kept temporarily as CSVServer1 in the test tree).

To test:
{code}
set classpath=target/classes;target/test-classes
java -server org.apache.commons.csv.PerformanceTest 10 CSVServer CSVServer1
{code}

                
> Add convenience Methods to CSVLexer
> -----------------------------------
>
>                 Key: CSV-71
>                 URL: https://issues.apache.org/jira/browse/CSV-71
>             Project: Commons CSV
>          Issue Type: Sub-task
>          Components: Parser
>    Affects Versions: 1.0
>            Reporter: Benedikt Ritter
>             Fix For: 1.0
>
>         Attachments: CSV-71.patch, Emmanuels_Performance_Test.patch
>
>
> Add {{isDelimiter(c)}} and {{isEncapsulator(c)}} to CSVLexer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to