split off rarely used unicode tables

This avoids parsing large files reducing parse time by 30 ms for me
(it took ~70ms to parse tables, now ~40ms).
And move hangul sets to Trie tables as well.
Also saves around 30Kb on "hello world" app.
This commit is contained in:
Dmitry Olshansky 2013-10-17 18:27:28 +04:00
parent 217ae37b58
commit 87bff6186c
9 changed files with 221 additions and 86 deletions

File diff suppressed because one or more lines are too long