mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
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
3 changed files with 4396 additions and 65713 deletions
4380
Modules/unicodedata_db.h
Normal file
4380
Modules/unicodedata_db.h
Normal file
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 --------------------------------------------------- */
|
/* --- Unicode Database --------------------------------------------------- */
|
||||||
|
|
||||||
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database[16];
|
extern const _PyUnicode_DatabaseRecord *_PyUnicode_Database_GetRecord(int ch);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue