ITADN

perf: style lookups are very slow.

#204Opentconbeer 创建于 2024-01-31
T
tconbeercommented
WidgetColors.from_theme (x2) text_area_theme_from_pygments_name all call pygments.get_style_by_name, which takes ~0.2s, since it uses importlib
0 条评论