Paul Di Gian
Paul Di Gian's Blog

Paul Di Gian's Blog

Follow
homebadgesnewsletter
Tag

network

#network

More content

Read more stories on Hashnode


Articles with this tag

Speed up your code with micro-batching

Oct 30, 20213 min read

Usually when doing any IO, either over network or against disk, there are always at least two options. Execute each IO operation by itself. Execute...

Speed up your code with micro-batching