Hacker News new | ask | show | jobs
by onepointsixC 2389 days ago
Would Django going async ease that a bit or not really?
1 comments

async doesn't decrease the amount of CPU cycles needed to do work, in any case it only increases it.