-
Notifications
You must be signed in to change notification settings - Fork 35
/
icu_footprint.html
333 lines (328 loc) · 5.71 KB
/
icu_footprint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>ICU Footprint</title>
</head>
<body bgcolor="#FFFFFF">
<h1>ICU Footprint (Version 2.6)</h1>
<p>The following is a breakdown of the size of ICU, both Java and C/C++
versions. All figures are in kilobytes, rounded to 1 KB.</p>
<h2>ICU4J</h2>
<table width="100%" border="1" cellpadding="4" cellspacing="0">
<col width="52*">
<col width="51*">
<col width="152*">
<tr>
<td>
<p align="RIGHT">755</p>
</td>
<td>
<p align="RIGHT">32%</p>
</td>
<td width="90%">
<p>Code</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">1,596</p>
</td>
<td>
<p align="RIGHT">68%</p>
</td>
<td>
<p>Data</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT"><b>2,351</b></p>
</td>
<td>
<p> </p>
</td>
<td>
<p><b>total</b></p>
</td>
</tr>
<tr>
<td colspan="3">
<p><b>Data breakdown</b></p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">693</p>
</td>
<td>
<p align="RIGHT">43%</p>
</td>
<td>
<p>General Locale data</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">388</p>
</td>
<td>
<p align="RIGHT">24%</p>
</td>
<td>
<p>Collation data (inc UCA rules)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">228</p>
</td>
<td>
<p align="RIGHT">14%</p>
</td>
<td>
<p>Unicode data (props, names,...</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">178</p>
</td>
<td>
<p align="RIGHT">11%</p>
</td>
<td>
<p>Translit data</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">54</p>
</td>
<td>
<p align="RIGHT">3%</p>
</td>
<td>
<p>Thai break</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">55</p>
</td>
<td>
<p align="RIGHT">3%</p>
</td>
<td>
<p>Thai dict</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT"><b>1,596</b></p>
</td>
<td>
<p> </p>
</td>
<td>
<p><b>total</b></p>
</td>
</tr>
</table>
<h2>ICU4C</h2>
<table width="100%" border="1" cellpadding="4" cellspacing="0">
<col width="52*">
<col width="51*">
<col width="152*">
<tr>
<td>
<p align="RIGHT">1,364</p>
</td>
<td>
<p align="RIGHT">14%</p>
</td>
<td width="90%">
<p>Code</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">8,373</p>
</td>
<td>
<p align="RIGHT">86%</p>
</td>
<td>
<p>Data</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT"><b>9,737</b></p>
</td>
<td>
<p> </p>
</td>
<td>
<p><b>total</b></p>
</td>
</tr>
<tr>
<td colspan="3">
<p><b>Code breakdown</b></p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">586</p>
</td>
<td>
<p align="RIGHT">43%</p>
</td>
<td>
<p>Common library (Unicode strings and properties, conversion, resource
bundles, break iteration)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">688</p>
</td>
<td>
<p align="RIGHT">50%</p>
</td>
<td>
<p>I18N library (collation, transforms/transliteration,
formatting/parsing, regex)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">90</p>
</td>
<td>
<p align="RIGHT">7%</p>
</td>
<td>
<p>Layout library (text line layout)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT"><b>1,364</b></p>
</td>
<td>
<p> </p>
</td>
<td>
<p><b>total</b></p>
</td>
</tr>
<tr>
<td colspan="3">
<p><b>Data breakdown</b></p>
</td>
</tr>
<tr>
<td align="right">
<p align="RIGHT">4,515</p>
</td>
<td align="right">
<p align="RIGHT">54%</p>
</td>
<td>
<p>Conversion (160 files, .cnv and alias table)</p>
</td>
</tr>
<tr>
<td align="right">1,685</td>
<td align="right">20%</td>
<td>Collation Data (55 files, collation data only; UCA collation [223KB, 2
files]; UCA Rules [93KB])*</td>
</tr>
<tr>
<td align="right">
<p align="RIGHT">728</p>
</td>
<td align="right">
<p align="RIGHT">9%</p>
</td>
<td>
<p>Other Locale data (244 files, includes calendar, formatting, etc;
excluding collation data)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">588</p>
</td>
<td>
<p align="RIGHT">7%</p>
</td>
<td>
<p>Script transliteration (34 files)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">347</p>
</td>
<td>
<p align="RIGHT">4%</p>
</td>
<td>
<p>Unicode (4 files - properties, property names, character names,
normalization)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">250</p>
</td>
<td>
<p align="RIGHT">3%</p>
</td>
<td>
<p>Text boundaries (7 files)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">23</p>
</td>
<td>
<p align="RIGHT">0%</p>
</td>
<td>
<p>IDNA (1 file)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT">16</p>
</td>
<td>
<p align="RIGHT">0%</p>
</td>
<td>
<p>Timezone data (1 file)</p>
</td>
</tr>
<tr>
<td>
<p align="RIGHT"><b>8,373</b></p>
</td>
<td>
<p> </p>
</td>
<td>
<p><b>total</b></p>
</td>
</tr>
</table>
<p><i>* Note: in ICU2.8 we are in the process of splitting out service data into
separate data trees.</i></p>
</body>
</html>