• When a task forks a new thread, it pushes it onto the head of its own deque.

    任务划分一个线程时,自己推到deque头部

    youdao

  • In the event the thread's task queue is empty, it then tries to steal another task off the tail of another thread's deque.

    线程任务队列尝试一个线程的deque尾部窃取另一个任务。

    youdao

  • My classes were all about finding the best algorithm or discovering new data structures that behave like old ones (anyone remember implementing a deque?).

    上的只是教会了我们怎样寻找最好算法或是数据结构行为相似数据结构(还有人记得双向队列么?)

    youdao

  • Work stealing can be implemented with standard queues, but using a deque has two principle advantages over a standard queue: reduced contention and reduced stealing.

    可以使用标准队列实现工作窃取但是标准队列相比,deque具有方面的优势减少争用窃取。

    youdao

  • The queue used in each case is actually a deque (a double-ended queue, pronounced "deck"), which allows threads to steal work from the back end of another queue, balancing work entering the pool.

    所有情况下使用队列其实种双队列(deque)(两端都能输入数据数据行列,发音为“deck”),允许线程另一个队列的窃取工作从而平衡进入线程的工作。

    youdao

  • The queue used in each case is actually a deque (a double-ended queue, pronounced "deck"), which allows threads to steal work from the back end of another queue, balancing work entering the pool.

    所有情况下使用队列其实种双队列(deque)(两端都能输入数据数据行列,发音为“deck”),允许线程另一个队列的窃取工作从而平衡进入线程的工作。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定