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

Improve performance for diagrams including system headers #332

Open
bkryza opened this issue Nov 3, 2024 · 0 comments
Open

Improve performance for diagrams including system headers #332

bkryza opened this issue Nov 3, 2024 · 0 comments
Milestone

Comments

@bkryza
Copy link
Owner

bkryza commented Nov 3, 2024

Currently, generation time for diagrams which have include_system_headers option set to true is very long. One possible issue is the lack of memoization of diagram_element::full_name() method, which can be expensive to compute for complex templates and it can be called multiple times for the same template model...

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

No branches or pull requests

1 participant