[ 
https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234856#comment-13234856
 ] 

Sebb commented on CSV-71:
-------------------------

Just tried on my system, and I see similar performance both with and without 
the patch.

Likewise if the patch is extended to check whether the character is enabled or 
not, and using class fields, for example:

    private boolean isEscape(int c) {
        return escaping && c == escape;
    }

                
> 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