ray/src
Tao Wang 8906305ab8
[Tiny][Core]save memory copy for getting data in gcs storage (#22582)
When get a bunch of data from redis, we first initialize local variables and then put them in vector, which bring so much copies from stack to heap or from local variables to vector.
This tiny little change would save the copies.
2022-02-24 14:15:27 +08:00
..
mock [core] Add task and object reconstruction status to ray memory (#22317) 2022-02-22 21:26:21 -08:00
ray [Tiny][Core]save memory copy for getting data in gcs storage (#22582) 2022-02-24 14:15:27 +08:00
shims/windows Support copyright format for c++ files (#14348) 2021-08-04 17:19:38 +08:00