Skip to content
New issue

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

Java Fork/Join框架 2.1 一处笔误 #88

Open
hisenyuan opened this issue Oct 12, 2021 · 0 comments
Open

Java Fork/Join框架 2.1 一处笔误 #88

hisenyuan opened this issue Oct 12, 2021 · 0 comments

Comments

@hisenyuan
Copy link

https://github.com/oldratlee/translations/blob/master/a-java-fork-join-framework/README.md

感谢翻译资源,拜读过程中发现,2.1 部分有个笔误。

正如参考文献[5]中的更详细的讨论,使用LIFO(后出先出)规则来处理各个工作线程的自己任务,而用于steal其它任务的FIFO(先进先出)规则是在递归fork/join设计中广泛使用的一个优化。

LIFO 原文是『后出先出』,感觉是『后进先出』。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant