forked fromvinta/awesome-python
- Notifications
You must be signed in to change notification settings - Fork0
Commit39fe666
authored
Add Ray to Cluster computing
# What is this Python project?Ray is a flexible, high-performance distributed execution framework. It achieves parallelism in Python with simple and consistent API.Ray is particularly suited for machine learning and forms the base of libraries for deep and reinforcement learning, distributing processing of Pandas dataframes, or hyper parameter search.# What's the difference between this Python project and similar ones? - Similar to Dask, see a comparison here:ray-project/ray#642 - Allows to efficiently share large numpy arrays (or objects serializable with Arrow) between the processes, without copying the data and with only minimal deserialization - Achieves lower latency with bottom up scheduling1 parentf24b49d commit39fe666
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| |||
0 commit comments
Comments
(0)