mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Ćukasz Langa <lukasz@langa.pl> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
5 lines
338 B
ReStructuredText
5 lines
338 B
ReStructuredText
Switch the storage of the unicode codepoint names to use a different
|
|
data-structure, a `directed acyclic word graph
|
|
<https://en.wikipedia.org/wiki/Deterministic_acyclic_finite_state_automaton>`_.
|
|
This makes the unicodedata shared library about 440 KiB smaller. Contributed by
|
|
Carl Friedrich Bolz-Tereick using code from the PyPy project.
|