diff --git a/site/_posts/2017-05-17-announcing-ray.markdown b/site/_posts/2017-05-17-announcing-ray.markdown index a20a86145..4ecf7c6bf 100644 --- a/site/_posts/2017-05-17-announcing-ray.markdown +++ b/site/_posts/2017-05-17-announcing-ray.markdown @@ -202,6 +202,9 @@ while len(remaining_ids) > 0: results.append(ray.get(ready_ids[0])) {% endhighlight %} +Note that it would be straightforward to modify the above example to adaptively +launch new tasks whenever a previous one completes. + # Efficient Shared Memory and Serialization with Apache Arrow Serializing and deserializing data is often a bottleneck in distributed