Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

No benchmarks or comparison to other #478

Open
voltcode opened this issue Jan 17, 2020 · 1 comment
Open

No benchmarks or comparison to other #478

voltcode opened this issue Jan 17, 2020 · 1 comment

Comments

@voltcode
Copy link

Could you please provide a comparison and benchmarks that compare P# to other actor model inspired frameworks for .NET like Akka.NET and Orleans? What are the pros and cons for using P# in spite of the aforementioned frameworks in production?

@akashlal
Copy link
Contributor

Let me mention a quick comparison. Both Akka and Orleans provide a distributed runtime, whereas P# does not. P# is meant for programming the business logic and you are free to use any distributed runtime underneath. P# provides features for writing specifications and detailed concurrency tests. The P# tester gives best-in-class concurrency coverage. Users of P# typically rely heavily on testing to weed out corner-cases, concurrency issues, message ordering bugs, etc.

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

No branches or pull requests

2 participants