mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 03:16:55 +08:00
ea8da13938f28694f1364cb50899ba5833a9680e
* Replace pending_tasks utarray with vector. * Replace local_schedulers vector with unordered_map. * Replace object info table with unordered_map. * Replace local_scheduler_plasma_map and plasma_local_scheduler_map with unordered maps. * Remove unnecessary includes. * Fix linting. * Bug fixes. * Add function for computing the amount of data for a task that wouldn't have to be shipped because it is already accessible to a local scheduler. * Small cleanups.
Implement object table notification subscriptions and switch to using Redis modules for object table. (#134)
Ray
===
.. image:: https://travis-ci.org/ray-project/ray.svg?branch=master
:target: https://travis-ci.org/ray-project/ray
.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
:target: http://ray.readthedocs.io/en/latest/?badge=latest
|
Ray is a flexible, high-performance distributed execution framework.
View the `documentation`_.
.. _`documentation`: http://ray.readthedocs.io/en/latest/index.html
Description
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Languages
Python
56.6%
C++
28.8%
Java
8.5%
TypeScript
1.7%
Starlark
1.4%
Other
2.8%