1. What is the reason for rewriting the framework to abandon actors in favor of services?
2. In the Tech Empower benchmarks, what's the difference between actix-core and actix-pg? What caused the difference in performance between the 2?
3. What's your experience with using actix-web in production? How does it compare to other frameworks you've used?
Thanx
[1]. https://github.com/TechEmpower/FrameworkBenchmarks/tree/mast...
[2]. https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...
[3]. https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...
actix-pg: 27.1 ms
actix-core: 201.1 ms
Is that to be expected?
[1] https://www.techempower.com/benchmarks/#section=test&runid=9...
1. What is the reason for rewriting the framework to abandon actors in favor of services?
2. In the Tech Empower benchmarks, what's the difference between actix-core and actix-pg? What caused the difference in performance between the 2?
3. What's your experience with using actix-web in production? How does it compare to other frameworks you've used?
Thanx