Github user HansBrende commented on the issue:

    https://github.com/apache/any23/pull/58
  
    @lewismc And finally, same test as the last, except I changed 
`config.parse(input, url, encoding)` to `config.parse(input, url, null)` to let 
the parser guess the encoding (I also ran the jsoup parser first instead of 
second this time, although the order shouldn't really matter since I'm omitting 
the first 1000 iterations of each test from the results):
    
    JSOUP RESULT:
    <pre>
    total time jsoup: 439636 ms
    </pre>
    
    NEKOHTML RESULT:
    <pre>
    total time neko:  530170 ms
    </pre>


---

Reply via email to