|
|
|
|
|
by znfi
2946 days ago
|
|
Not sure if I'm missing something, but for the Techempower Bencharks [1] I had the impression that the bottleneck for other rust libraries were in accessing the database rather than handling http requests. However, looking at the code [2] it seems that the Actix solution isn't doing anything special with regards to this. Can someone give a quick description of "what" is causing such a huge performance boost for Actix compared to other frameworks? (I might add that this is a question I've had for a while, and I did not check the source at [2] in detail today.) [1]: https://www.techempower.com/benchmarks/ [2]: https://github.com/TechEmpower/FrameworkBenchmarks/tree/mast... |
|