mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 11:20:09 +08:00
Speed up task submissions a bit (#5992)
This commit is contained in:
@@ -422,6 +422,9 @@ cdef deserialize_args(
|
||||
cdef:
|
||||
c_vector[shared_ptr[CRayObject]] by_reference_objects
|
||||
|
||||
if c_args.size() == 0:
|
||||
return [], {}
|
||||
|
||||
args = []
|
||||
by_reference_ids = []
|
||||
by_reference_indices = []
|
||||
|
||||
Reference in New Issue
Block a user