mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 08:16:42 +08:00
d19f7ad853f68e8bf64ed2732b0e1ffd3ac56e86
* Implement plasma_release, enabling clients to indicate when they are no longer using an object. * Call plasma_release for each plasma_create call, and call plasma_release from the manager. * Fixes. * Create client specific contexts for plasma_store callbacks. * More changes. * Fixes. * Cleanup lists of clients using objects when a client disconnects. * Make names parallel.
Plasma
Plasma is an experimental in-memory object manager. It is under development and not ready for general use.
clang-format
Run .travis/git-clang-format to automatically format changes in the checkout.
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%