#event-loop

[ follow ]
Node JS
fromhowtocenterdiv.com
2 days ago

Bun vs Node.js Performance: Why Your Event Loop Is the Real Bottleneck

Bun outperforms Node.js in specific benchmarks, but real-world performance issues often stem from database and CPU bottlenecks, not runtime choice.
Python
fromMedium
5 months ago

If You Write Python, You Must Understand Asyncio

asyncio is Python's built-in library enabling asynchronous programming with async/await, allowing concurrent task progress during I/O waits.
[ Load more ]