mirror of
https://github.com/wassname/ray.git
synced 2026-08-10 12:30:14 +08:00
[Doc] Add Architecture Doc for Ray Serve (#10204)
This commit is contained in:
@@ -5,6 +5,8 @@ Serialization
|
||||
|
||||
Since Ray processes do not share memory space, data transferred between workers and nodes will need to **serialized** and **deserialized**. Ray uses the `Plasma object store <https://arrow.apache.org/docs/python/plasma.html>`_ to efficiently transfer objects across different processes and different nodes. Numpy arrays in the object store are shared between workers on the same node (zero-copy deserialization).
|
||||
|
||||
.. _plasma-store:
|
||||
|
||||
Plasma Object Store
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user