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

Should the worker thread receive a Stream of Operations, and output a Stream of completed operations? #44

Closed
1 task done
JackKelly opened this issue Feb 8, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request performance Improvements to runtime performance

Comments

@JackKelly
Copy link
Owner

JackKelly commented Feb 8, 2024

Pros

Blocked by

Questions / further research required

  • Should we use Streams or crossbeam::channel? The advantage of crossbeam::channel is that it can use multiple Sender threads and multiple Receiver threads.
@JackKelly
Copy link
Owner Author

This is basically a duplicate of #61

@github-project-automation github-project-automation bot moved this from Todo to Done in light-speed-io Feb 15, 2024
@JackKelly JackKelly added the duplicate This issue or pull request already exists label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request performance Improvements to runtime performance
Projects
Status: Done
Development

No branches or pull requests

1 participant