[ucd-table] Use more compact compression numbers

Doesn't show any slowdown in benchmarks.
This commit is contained in:
Behdad Esfahbod 2022-07-30 00:01:50 -06:00
parent a5d9012e94
commit 90a3355e66
2 changed files with 2071 additions and 3222 deletions

View File

@ -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...')

File diff suppressed because it is too large Load Diff