mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-10 14:41:00 +00:00

There was an easy opportunity to better optimize the tables generated by unicode.py. Not sure why I didn't catch this long ago, but in any case now the tables are substantially smaller and should maybe improve performance slightly. There was also some dead code sitting in unicode.py that I pulled out.