Make in_channels
and out_channels
sets instead of arrays.
#6
Labels
Milestone
in_channels
and out_channels
sets instead of arrays.
#6
The member variables
in_channels
andout_channels
inProcess
class don't need any ordered iteration. They can very well be turned into sets. The addition and deletion will be efficient then.Expected Behavior
in_channels
andout_channels
are of typeset
.Current Behavior
They are lists.
Possible Solution
Refactor the code
Your Environment
The text was updated successfully, but these errors were encountered: