论坛风格切换
正版合作和侵权请联系 sd173@foxmail.com
 
  • 帖子
  • 日志
  • 用户
  • 版块
  • 群组
帖子
购买邀请后未收到邀请联系sdbeta@qq.com
  • 1394阅读
  • 2回复

[教程资料]Java 2的并行和并发编程 [复制链接]

上一主题 下一主题
离线pony8000
 

发帖
53244
今日发帖
最后登录
2024-04-30
只看楼主 倒序阅读 使用道具 楼主  发表于: 2019-08-02 14:30:35
MP4 | Video: h264, 1280x720 | Audio: AAC, 48 KHz, 2 Ch | Duration: 2h 14m
Genre: eLearning | Language: English + Sub | Size: 642 MB

With parallel computing, you can leverage multiple compute resources to tackle larger problems in a shorter amount of time. In this course, the second in the Parallel and Concurrent Programming with Java series, take a deeper dive into the key mechanisms for writing concurrent and parallel programs. Instructors Olivia and Barron Stone make these (often abstract) concepts down-to-earth, demonstrating key ideas using common kitchen activities. Learn all about synchronization, thread pools, asynchronous tasks, evaluating parallel performance, designing parallel programs, and more. Upon wrapping up this course, you'll have a solid understanding of how to parallelize a sequential program.
Topics include:
Using a condition variable
Using a semaphore
Preventing a race condition
Use cases for a Barrier vs. a CountDownLatch
Drawing a directed acyclic graph
Using a future
Steps in a divide-and-conquer algorithm
Evaluating parallel performance
Designing parallel programs

Homepage
https://www.lynda.com/Java-tutorials/Parallel-Concurrent-Programming-Java-2/2800335-2.html




本部分内容设定了隐藏,需要回复后才能看到



精品软件:百度搜闪电软件园  最新软件百度搜:闪电下载吧
有问题联系 sdbeta@qq.com
在线power3

发帖
1469
今日发帖
最后登录
2024-05-01
只看该作者 沙发  发表于: 2021-09-04 08:36:53
先收蒧下,谢谢分享。
离线tflying

发帖
1565
今日发帖
最后登录
2024-04-04
只看该作者 板凳  发表于: 2021-10-02 09:26:51
并行能加快速度。