NodeJS is faster than flask because of the concurrency model and NOT because of the JIT.
The python async implementation being slower than the python sync implementation means one thing: Something is up with python.
The poster implies that with the concurrency model the outcome of these tests are expected.
The reality is, these results are NOT expected. Something is going on specifically with the python implementation.
NodeJS is faster than flask because of the concurrency model and NOT because of the JIT.
The python async implementation being slower than the python sync implementation means one thing: Something is up with python.
The poster implies that with the concurrency model the outcome of these tests are expected.
The reality is, these results are NOT expected. Something is going on specifically with the python implementation.