Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github.com/vectaport/flowgraph to Distributed Systems #558

Merged
merged 1 commit into from
Aug 29, 2015

Conversation

vectaport
Copy link
Contributor

The flowgraph package provides a mechanism to augment goroutines and channels with a ready-send MPI-style protocol that gives the developer tools to manage deadlock and congestion, while ensuring low-latency responses. It incorporates a novel method for recursive use of goroutines with a self-managing pool. It is actively developed and supported by myself. Thanks for your consideration in adding this to the awesome-go list.

Scott Johnston
johnston@vectaport.com

Documentation: https://godoc.org/github.com/vectaport/flowgraph
Wiki: https://github.com/vectaport/flowgraph/wiki
Testing: https://github.com/vectaport/flowgraph_test

@dmitshur
Copy link
Collaborator

LGTM.

dmitshur added a commit that referenced this pull request Aug 29, 2015
Add github.com/vectaport/flowgraph to Distributed Systems.
@dmitshur dmitshur merged commit 763d840 into avelino:master Aug 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants