Ray Tests 🧪
Ray has potential to distrupt a lot of services. It allows for distrubted compute with just a few changes in the python code. Let's explore the API provided by Ray to improve performance on multi-core or multi-node operations.
Toy Example 🧸
Conslusion 📝
We saw a simple toy example of how to use Ray on a single node, Ray can be scaled to multiple nodes and handle multi-core just as easily as the above example. For more information about all the cool supported libaries built on top of Ray refer to the official documentation (link of top). It's really exciting to see Ray work and still keep it as simple as possible. Happy Exploring!! 🤓