[pypy-commit] [Git][pypy/pypy][branch/unicodedata-dawg] 21 commits: fix rpython

2022-08-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/unicodedata-dawg at PyPy / pypy Commits: 0a376a5c by Carl Friedrich Bolz-Tereick at 2022-08-07T20:54:01+02:00 fix rpython --HG-- branch : unicodedata-dawg - - - - - defc1eaa by Carl Friedrich Bolz-Tereick at 2022-08-07T21:30:02+02:00 argh,

[pypy-commit] [Git][pypy/pypy][branch/unicodedata-dawg] 6 commits: lookup should not return aliases by default

2022-08-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/unicodedata-dawg at PyPy / pypy Commits: 051d71fb by Carl Friedrich Bolz-Tereick at 2022-08-15T13:25:10+02:00 lookup should not return aliases by default --HG-- branch : unicodedata-dawg - - - - - d1ce4fe4 by Carl Friedrich Bolz-Tereick at

[pypy-commit] [Git][pypy/pypy][branch/default] 43 commits: stop using a trie and switch to a DAWG for the bidirectional

2022-08-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 41f576f4 by Carl Friedrich Bolz-Tereick at 2022-08-05T18:00:08+02:00 stop using a trie and switch to a DAWG for the bidirectional name<->unicode code point mapping it's smaller and lookups (in both directions)