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

Michael McCandless reassigned TIKA-529:
---------------------------------------

    Assignee: Michael McCandless  (was: Ken Krugler)
    
> IBM420 charset detection's isLamAlef is allocation-happy
> --------------------------------------------------------
>
>                 Key: TIKA-529
>                 URL: https://issues.apache.org/jira/browse/TIKA-529
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.8
>            Reporter: Radek
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: isLamAlef.diff
>
>
> Two IBM420 charset detectors (rtl and ltr) run isLamAlef() for each byte of 
> detection buffer.
> The code is allocating and filling a bytes array every time it runs, which 
> makes it responsible for approximately 70% of all object allocations in my 
> current test case (many text files).
> Since array is identical every time, and the entire thing can be achieved 
> without any array, this is wasteful.

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