Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: style lookups are very slow. #204

Open
tconbeer opened this issue Jan 31, 2024 · 0 comments
Open

perf: style lookups are very slow. #204

tconbeer opened this issue Jan 31, 2024 · 0 comments

Comments

@tconbeer
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant