ray/src
Robert Nishihara 9e4a3e4972 Replace some UT data structures in local scheduler with C++ STL. (#680)
* Replace a local scheduler ut_array with a std::vector.

* Replace vector of sizes in local scheduler with std::pair.

* Remove utarray include.

* Replace utarray with std::vector for reading local scheduler input messages.

* Remove more UT data structures.

* Remove UT includes.

* Fix linting.

* Include stdlib.h to find size_t.

* Remove includes of stdbool.h.

* Replace std::pair with TaskQueueEntry.

* Fix redis tests.

* Reinstate tests.
2017-06-19 21:58:42 +00:00
..
common Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
global_scheduler Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
local_scheduler Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
numbuf use multiple threads for memcpy (#669) 2017-06-14 19:14:24 -07:00
plasma Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00