Skip to content

Make in_channels and out_channels sets instead of arrays.  #6

@abinashmeher999

Description

@abinashmeher999

The member variables in_channels and out_channels in Process 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 and out_channels are of type set.

Current Behavior

They are lists.

Possible Solution

Refactor the code

Your Environment

  • Version of the package used: master
  • Python version (Interpreter too if relevant): Python 3.5.3
  • Operating System and version: Ubuntu 14.04

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions