Add note about adaptively launching tasks in blog post. (#582)

This commit is contained in:
Robert Nishihara
2017-05-20 23:19:42 -07:00
committed by Philipp Moritz
parent 07b21e057c
commit 40b96b03b8
@@ -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