Speed up task submissions a bit (#5992)

This commit is contained in:
Eric Liang
2019-10-25 00:10:37 -07:00
committed by GitHub
parent 6f27d881bd
commit 4edae7ea2b
4 changed files with 20 additions and 6 deletions
+3
View File
@@ -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 = []