From 40b96b03b84d85ca2bb05c2fa70b365b90815106 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 20 May 2017 23:19:42 -0700 Subject: [PATCH] Add note about adaptively launching tasks in blog post. (#582) --- site/_posts/2017-05-17-announcing-ray.markdown | 3 +++ 1 file changed, 3 insertions(+) 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