Bug 52177 - [PATCH] AFP double byte CharacterSetBuilder should be a singleton
Summary: [PATCH] AFP double byte CharacterSetBuilder should be a singleton
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: fonts (show other bugs)
Version: 1.0
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 14:00 UTC by Mehdi Houshmand
Modified: 2012-03-28 08:47 UTC (History)
0 users



Attachments
Changed the double byte characterset builder to a singleton (6.26 KB, patch)
2011-11-14 14:00 UTC, Mehdi Houshmand
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mehdi Houshmand 2011-11-14 14:00:40 UTC
Created attachment 27935 [details]
Changed the double byte characterset builder to a singleton

Reading a double byte characterset has a disproportionate performance impact because the class was designed as a Singleton and is not being used as one.
Comment 1 Mehdi Houshmand 2011-11-18 16:25:33 UTC
Fixed in r1203719