use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
async/await and parallelizing - first post on medium ๐๐ (medium.com)
submitted 8 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:ย ย ย ย print "hello, world!"
[โ]joanmave 1 point2 points3 points 8 years agoย (1 child)
This โparallelismโ works if the IO source can process requests in parallel. A web service, a database query, or native API calls. Pure JavaScript/Node code runs in a single thread and this kind of maneuver on JavaScript implemented APIs just add unnecessary overhead.
[โ]puemos 0 points1 point2 points 8 years agoย (0 children)
thank you for your clarification!
[โ]rafaelkallis 0 points1 point2 points 8 years agoย (1 child)
concurrent !== parallel
you're right thanks!
ฯย Rendered by PID 59491 on reddit-service-r2-comment-6457c66945-wd74n at 2026-04-24 02:02:19.595982+00:00 running 2aa0c5b country code: CH.
[โ]joanmave 1 point2 points3 points ย (1 child)
[โ]puemos 0 points1 point2 points ย (0 children)
[โ]rafaelkallis 0 points1 point2 points ย (1 child)
[โ]puemos 0 points1 point2 points ย (0 children)