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

Plugin proposal: Akka.Dispatchers.Hopac #24

Open
sean-gilliam opened this issue Jun 14, 2018 · 1 comment
Open

Plugin proposal: Akka.Dispatchers.Hopac #24

sean-gilliam opened this issue Jun 14, 2018 · 1 comment

Comments

@sean-gilliam
Copy link
Contributor

Copy of akkadotnet/akka.net#543


Since Akka.NET allows us to use custom dispatchers in order to manage OS resources, we may create a custom Dispatcher using Hopac instead of Tasks or Threads. Since Hopac jobs are highly optimized (they could be significantly faster than TPL, see link), there is possibility to have some performance gain from this change. Hopac also introduces many other primitives (channels, actors etc.) which may be usefull in other parts of the Akka.NET framework... and supports Mono better than current TPL implementation.

This is more measure and research type of task. I hope to use Hopac dispatcher to have higher performance than with TPL, but to be sure, one need to create that library and create some metrics to compare.

Prerequisites

  • Knowledge of Hopac API.
  • Knowledge of Akka dispatchers and resource management.

Links

@eacasanovaspedre
Copy link

What's the state of this? I've been using Hopac for a long time and recently started learning Akka.Net. I see the use of .Net Tasks and Async a bit disappointing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants