unicode database compression, step 1:
- use unidb compression for the unicodedata module. on Windows, the new unidatabase module is 120k, down from nearly 600k.
This commit is contained in:
parent
2066fa023c
commit
eedb5764a5
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -30,4 +30,4 @@ extern const char *_PyUnicode_BidirectionalNames[21];
|
|||
|
||||
/* --- Unicode Database --------------------------------------------------- */
|
||||
|
||||
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database[16];
|
||||
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database_GetRecord(int ch);
|
||||
|
|
Loading…
Reference in New Issue