-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvement in the
add_{in, out}_connector()
functions …
…of the node. Before every time the function was (shallow) copying the `dict` upon a change. This was done to make use of the implicit casting functionality of the `DictProperty`, however, it is not very efficient. This commit changes the implementation of the function to perform the casting explicitly, thus avoiding the need to copy the `dict` every time.
- Loading branch information
1 parent
4976e16
commit e85d444
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters