(no title)
jvanderbot | 25 days ago
async != performance
async == concurrency
Unless you face a specific kind of slowdown, concurrency, and therefore async (and therefore tokio) is not a panacea. Many do face that slowdown, so for many it is.
jvanderbot | 25 days ago
async != performance
async == concurrency
Unless you face a specific kind of slowdown, concurrency, and therefore async (and therefore tokio) is not a panacea. Many do face that slowdown, so for many it is.
No comments yet.