Reduce the size of the binary.#62
Reduce the size of the binary.#62stevengj merged 2 commits intoJuliaStrings:masterfrom michaelnmmeyer:master
Conversation
Use integers instead of pointers in Unicode tables. Saves 226 kb / 716 kb in the compiled library.
|
Sounds reasonable. The current length of Because this breaks ABI compatibility, but preserves the documented API, you should change the major soversion at https://github.com/JuliaLang/utf8proc/blob/6b510deff274dc79b4e324abef5fbb45a8162861/Makefile#L22-L24 (i.e. major=2, minor=patch=0), and correspondingly in cmakelists and manifest as mentioned in that file. (Leave the API version unchanged for now; we'll bump the minor version in the next release.) |
|
Okay, version bumped. |
|
This is very nice! When I worked on fixing some bugs in |
Reduce the size of the binary.
A few changes aimed at shrinking the compiled library. Saves 226 kb / 716 kb.
A downside is that this breaks binary compatibility.