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

Reimplement test/bench/shootout-threadring.rs #4177

Closed
brson opened this issue Dec 13, 2012 · 1 comment
Closed

Reimplement test/bench/shootout-threadring.rs #4177

brson opened this issue Dec 13, 2012 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@brson
Copy link
Contributor

brson commented Dec 13, 2012

The current (old) version uses the old comm channels, which don't allow sending ports, so the implementation is very awkward. A pipe-based implementation should be much nicer.

@brson
Copy link
Contributor Author

brson commented Mar 15, 2013

Done.

@brson brson closed this as completed Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant