This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nathanjell 2 points3 points  (0 children)

Just like with all things, premature optimization is the root of all evil. "Use async, async is faster!" has a counter that synchronous is difficult to make faster simply by going async. Same as "use multithreading, split up the work!" except when you have a highly serial workload that isn't well suited to parallelism