commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 527 forks source link

Reduce binary size of the library #537

Closed nwellnhof closed 3 months ago

nwellnhof commented 3 months ago

These two commits rework Unicode case folding and HTML entity lookup to reduce the size of the shared library from 345 KB to 202 KB on Ubuntu 22.04.

jgm commented 3 months ago

Excellent!