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

Adding Asynchronous Processing Capabilities with Multiple Queue Support #73

Merged
merged 20 commits into from Oct 17, 2020

Conversation

axsaucedo
Copy link
Member

Fixes #51

This PR contains:

  • Kompute Manager now can be initialized with multiple queues
  • Sequence can now be created with explicitly provided queue
  • Evaluation commands can be executed asynchonously with Async/Await
  • Contains test that evaluates performance of synchronous vs asynchronous through simple benchmark
  • Adds extra documentation on the topic

@axsaucedo axsaucedo merged commit fba0a24 into master Oct 17, 2020
axsaucedo added a commit that referenced this pull request Oct 17, 2020
@axsaucedo axsaucedo added this to Done in 0.4.0 Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.4.0
  
Done
Development

Successfully merging this pull request may close these issues.

Add explicit multi-threading interfaces to ensure correctness when running in parallel
1 participant