Closed
Description
I get it, and I have felt the same while I was working on it... so this is the proposal:
Every parallel algorithm has _parallel
appended to it, so putting it under different modules isn't really useful. Though our current classes, may not work with parallel algorithms through processes because sharing user defined objects among processes is not possible with python. A _to_python_object
method can be introduced in every class to support that. Opening a separate issue for this.
Originally posted by @czgdp1807 in #207 (comment)
Should this be done? The main point here is to support parallel algorithms with processes. Any other ideas can be proposed.