Skip to content

Plugin proposal: Akka.Dispatchers.Hopac #24

@sean-gilliam

Description

@sean-gilliam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions