在哪里可以找到多线程/并发游乐场?

发布于 2024-11-02 21:51:09 字数 1536 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌无敌 2024-11-09 21:51:09

不知道大型工作示例,但以下两个资源(不同专业水平和规模)可能会有所帮助。这两本书和提供的代码都具有出色的质量:

  • Java Concurrency in Practice -- Goetz -- 链接到此处的代码在此处预订网站。这是一本更加务实的书和代码集,重点关注应用程序程序员想要了解的问题。

  • 多处理器编程的艺术 -- Herlihy -- 课程笔记在此处预订网站。本书内容包括Java代码。这是一本“面向专家”的深入理论书籍,主要关注低级并发数据结构,但也有一些关于事务内存的内容。

Don't know about large worked examples, but the following two resources (at different levels of expertise and scale) might help. Both books and the code provided are of excellent quality:

  • Java Concurrency in Practice -- Goetz -- Link to code here; Book website here. This is a more pragmatic book and set of code, focused on issues application programmers want to know.

  • The Art of Multiprocessor Programming -- Herlihy -- Course notes; Book website here. Book contents include Java code. This is a "for experts" and deeply theoretical book focused (mostly) on low-level concurrent data structures, though with some content on transactional memory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文