[ucd-table] Use more compact compression numbers
Doesn't show any slowdown in benchmarks.
This commit is contained in:
parent
a5d9012e94
commit
90a3355e66
|
@ -83,9 +83,9 @@ for line in open(hb_common_h):
|
|||
sc_order[i] = tag
|
||||
sc_array.append(name)
|
||||
|
||||
DEFAULT = 1
|
||||
COMPACT = 3
|
||||
SLOPPY = 5
|
||||
DEFAULT = 3
|
||||
COMPACT = 5
|
||||
SLOPPY = 9
|
||||
|
||||
|
||||
logging.info('Generating output...')
|
||||
|
|
5287
src/hb-ucd-table.hh
5287
src/hb-ucd-table.hh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue