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

Simplification of factory management #2466

Conversation

Gontran-Molotov
Copy link
Contributor

This PR simplifies/optimizes the management of factories by using dictionaries to store them instead of object lists.

Using dictionaries, the retrieval/update of factories is more straightforward as it does not require to loop over the list of objects.

@epiclabsDASH epiclabsDASH added this to the 2.6.8 milestone Mar 14, 2018
@epiclabsDASH epiclabsDASH merged commit 8eb6fed into Dash-Industry-Forum:development Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants