Contents tagged with batching
-
Optimizing for the Speed of Light
It is true three women can't make a baby in 3 months, but it also doesn't take 27 months for them to have 3 babies!You might be wondering what on earth I am talking about but this is something I see API developers getting confused about regularly. There is oft-repeated guidance that if an API needs to make multiple calls, it is more efficient to bundle them into a single call. The reasoning is based on one universal truth and one piece of legacy dogma. Continue reading...
- 1