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

Andreas Lehmkühler commented on PDFBOX-3131:
--------------------------------------------

The font source data isn't stored anymore. It isn't used anywhere. The only 
hint I've found is PDFBOX-2791. But I didn't got the point as the CFF data 
isn't changed/repaired anywhere.
If the data is really needed, we might implement some sort of a switch.

> Reduce amount of intermediate data and objects to reduce memory 
> footprint/complexity
> ------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-3131
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3131
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 2.0.0
>            Reporter: Andreas Lehmkühler
>            Assignee: Andreas Lehmkühler
>             Fix For: 2.0.0
>
>
> The CFFParser holds a lot of intermediate data and produces a lot of objects 
> to do so. The idea is to reduce the amount of such objects and dat ot reduce 
> the memory footprint and the complexity.
> - the class IndexData holds intermediate data creates byte array everytime 
> when getBytes is called. I'm going to replace the class with a simple list to 
> reduce the memory footprint and the complexity
> - remove unused members of private classes
> - create a list of strings instead of a list of byte arrays which is used to 
> create those strings



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to