ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
tconbeer/textual-textarea
/
Issues
perf: style lookups are very slow.
#204
Open
tconbeer
创建于 2024-01-31
T
tconbeer
commented
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 条评论