Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Parallel / distributed implementations of algorithms ♾️ #3095
Comments
|
I can do parallel dfs and bfs. Can I assign this to myself |
|
@rangira Yes please! |
|
hello, I was thinking to simplify the process much more by simply making a script which can easily find packages and package them into a single package and then make 2 types of PyPI distributions. sdist (Source Distribution), bdist_wheel (The Python Wheel Distribution). This process would not require any new branch or repository. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |


Background: I am from the Ray team (https://github.com/ray-project/ray) and Ray's goal is make parallel / distributed Python as easy as with a simple process. So I was very excited to find this repo, which is a goldmine of good challenges😉 Because, well, algorithms should be fast
I will start to implement some algorithms here in parallel / distributed manner. But if you are interested please write your suggestions on this thread (as for which algorithms you think I should try).
I'll maintain a list of implemented algorithms with live edits: