[
https://issues.apache.org/jira/browse/TIKA-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-3077.
-------------------------------
Fix Version/s: 1.24.1
Resolution: Fixed
1.
> OneNote parser - very inefficient when parsing OneNote <= 2007 files
> --------------------------------------------------------------------
>
> Key: TIKA-3077
> URL: https://issues.apache.org/jira/browse/TIKA-3077
> Project: Tika
> Issue Type: Improvement
> Components: core
> Reporter: Nicholas DiPiazza
> Priority: Major
> Fix For: 1.24.1
>
>
> The code I put in place for OneNote 2007 files is horribly inefficient. I
> hadn't realized that the OneNoteDirectFileResource that I extracted from
> another parser was not buffering the bytes. So every time I did a set
> position, it was very expensive.
> The fix is to buffer the bytes into chunks and operate them instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)