We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/oldratlee/translations/blob/master/a-java-fork-join-framework/README.md
感谢翻译资源,拜读过程中发现,2.1 部分有个笔误。
正如参考文献[5]中的更详细的讨论,使用LIFO(后出先出)规则来处理各个工作线程的自己任务,而用于steal其它任务的FIFO(先进先出)规则是在递归fork/join设计中广泛使用的一个优化。
LIFO 原文是『后出先出』,感觉是『后进先出』。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/oldratlee/translations/blob/master/a-java-fork-join-framework/README.md
感谢翻译资源,拜读过程中发现,2.1 部分有个笔误。
正如参考文献[5]中的更详细的讨论,使用LIFO(后出先出)规则来处理各个工作线程的自己任务,而用于steal其它任务的FIFO(先进先出)规则是在递归fork/join设计中广泛使用的一个优化。
LIFO 原文是『后出先出』,感觉是『后进先出』。
The text was updated successfully, but these errors were encountered: