mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 16:37:03 +08:00
036b873bf2
* 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