Skip to content

Yale-NeRD/roy

Repository files navigation

Roy: a Python library for distributed shared memory

Homepage

Roy enables mutable remote objects on Ray. Please check out our homepage for more information.

How to run a simple example

  1. Install the Roy library.
pip install roy-on-ray
  1. Run the example.
make example

The source code is located at examples/pi_compute/pi_compute.py.

Tests

make test

Reference

  • The locking-based programming model is inspired by GCP.