ray/src/local_scheduler
Stephanie Wang 036b873bf2 Implement local scheduler task queues using C++ data structures (#392)
* Switch to using C++ lists for task queues

* Init and free methods for TaskQueueEntry

* Switch from utarray to c++ vector for TaskQueueEntry

* Get rid of some pointers

* Back to O(1) deletion from waiting_task_queue

* Fix comments

* Cut code

* Non const iterators

* Fix Alexey's comments
2017-03-30 00:40:01 -07:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
test Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
CMakeLists.txt Convert local scheduler messages to flatbuffers (#340) 2017-03-15 16:27:52 -07:00
local_scheduler.cc Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
local_scheduler.h Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler_algorithm.cc Implement local scheduler task queues using C++ data structures (#392) 2017-03-30 00:40:01 -07:00
local_scheduler_algorithm.h Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
local_scheduler_client.cc Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
local_scheduler_client.h Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
local_scheduler_extension.cc Push an error to the driver when the workload hangs on ray.put reconstruction (#382) 2017-03-21 00:16:48 -07:00
local_scheduler_shared.h Convert local scheduler messages to flatbuffers (#340) 2017-03-15 16:27:52 -07:00