Skip to content

Commit

Permalink
Add note about adaptively launching tasks in blog post. (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed May 21, 2017
1 parent 07b21e0 commit 40b96b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/_posts/2017-05-17-announcing-ray.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40b96b0

Please sign in to comment.