Remix.run Logo
cyberax 2 days ago

Another thing: the lack of JIT. NodeJS is also single-threaded, but it's _fast_ because of one of the best JITs in the industry. So you can feasibly run hundreds if not thousands requests per second on one core.

If you try to do that with Python, you get performance that is not acceptable. So why even bother?