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 parallelization generating UML #224

Open
sjoerdtalsma opened this issue Dec 5, 2019 · 0 comments
Open

Improve parallelization generating UML #224

sjoerdtalsma opened this issue Dec 5, 2019 · 0 comments

Comments

@sjoerdtalsma
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Not necessarily a problem at the moment, but possibly an opportunity for improvement.

Describe the solution you'd like

The Doclet creates many distinct (independent) diagrams, that could easily be created in parallel to each other.

Keep the diagram creation itself as it is, since there might be concurrency issues due to the mutability of uml model classes.

Describe alternatives you've considered

Parallelizing everything at once, but this would require making the entire UML package threadsafe which honestly seems too much effort at this point in time. Let's first see how much concurrent diagram creation helps in the total build time.

Additional context

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