Chevron Left
返回到 Parallel Programming in Java

学生对 Rice University 提供的 Parallel Programming in Java 的评价和反馈

4.6
1,232 个评分

课程概述

This course teaches learners (industry professionals and students) the fundamental concepts of parallel programming in the context of Java 8. Parallel programming enables developers to use multicore computers to make their applications run faster by using multiple processors at the same time. By the end of this course, you will learn how to use popular parallel Java frameworks (such as ForkJoin, Stream, and Phaser) to write parallel programs for a wide range of multicore platforms including servers, desktops, or mobile devices, while also learning about their theoretical foundations including computation graphs, ideal parallelism, parallel speedup, Amdahl's Law, data races, and determinism. Why take this course? • All computers are multicore computers, so it is important for you to learn how to extend your knowledge of sequential Java programming to multicore parallelism. • Java 7 and Java 8 have introduced new frameworks for parallelism (ForkJoin, Stream) that have significantly changed the paradigms for parallel programming since the early days of Java. • Each of the four modules in the course includes an assigned mini-project that will provide you with the necessary hands-on experience to use the concepts learned in the course on your own, after the course ends. • During the course, you will have online access to the instructor and the mentors to get individualized answers to your questions posted on forums. The desired learning outcomes of this course are as follows: • Theory of parallelism: computation graphs, work, span, ideal parallelism, parallel speedup, Amdahl's Law, data races, and determinism • Task parallelism using Java’s ForkJoin framework • Functional parallelism using Java’s Future and Stream frameworks • Loop-level parallelism with extensions for barriers and iteration grouping (chunking) • Dataflow parallelism using the Phaser framework and data-driven tasks Mastery of these concepts will enable you to immediately apply them in the context of multicore Java programs, and will also provide the foundation for mastering other parallel programming systems that you may encounter in the future (e.g., C++11, OpenMP, .Net Task Parallel Library)....

热门审阅

JL

Dec 13, 2019

It was actually quite fun. I particularly enjoyed the Two Sigma interviews, which gave me a better understanding about how the course concepts are applied in business.

AM

May 30, 2020

Very well structured and presented course! Very useful material with good relevant examples! Thank you, Prof. Sarkar for this Parallel Programming in Java course!

筛选依据:

76 - Parallel Programming in Java 的 100 个评论(共 263 个)

创建者 Carlos J G R

Feb 18, 2021

Muy buen curso. Muy practico y aprendí código a estudiaré más a fondo para aplicar en mis proyectos.

创建者 Ricardo D P

Oct 7, 2017

A good and concise introduction to foundations and practical concepts of parallel programming.

创建者 Bakdaulet A

Oct 25, 2024

This is a very useful course for Software Engineers who want to work in big tech companies

创建者 Keesun B

Feb 15, 2018

Very useful course to understand basic terms and syntax of parallel programming in java.

创建者 Howard

Sep 3, 2021

Overall, the course is very well structured and it covered a lot of useful information.

创建者 Marcos P

Nov 10, 2019

I liked very much the material support. I found fascinating the framework PCD. Congrats

创建者 Fábio P

Jun 29, 2020

Its a great course. Thks for all the knowledge passed in a clear and objective way.

创建者 Kumar G

May 9, 2018

It's a very good course on learning the parallel programming in Java. Enjoyed it :)

创建者 Sidronio L

Jan 29, 2018

Thanks for the opportunity to learn and change my vision for construct algorithms.

创建者 PLN R

Jan 6, 2021

Great course with good explanation of concepts as well as the way to code them!

创建者 Lei Y

Apr 29, 2018

simple but useful topics, practical code examples, and new features of java 8.

创建者 Endless E

Jul 22, 2018

A little easy, I don't think I spent more than 5 hours on the whole thing lol

创建者 Mr. J

Jan 11, 2018

Nicely done. Good pace. Good granularity. Appropriate level of coverage.

创建者 Fanon J

Sep 5, 2022

Thanks very much, now I have a better understanding of parallelism in Java

创建者 Robinson S

Apr 1, 2019

The course is very good, teaching in simple way several complex questions.

创建者 Meysam A

Aug 26, 2023

Great Course! I learned a lot of new concepts thanks to professor Sarkar!

创建者 Lucas B

Sep 12, 2017

This is a very good general introduction to the parallel APIs with Java

创建者 Tsung T C

Jul 13, 2019

Clear instruction and concepts provided with this 4-weeks-long course.

创建者 Arun K

Nov 2, 2018

The fundamental core concepts are lucidly setforth by the teacher.

创建者 Jungwoo L

Apr 25, 2020

This course is amazing to grasp the basics of parallel programming

创建者 Mark F

Aug 19, 2018

Well organized and high quality videos. Nice job with this class!

创建者 Ivan K

Dec 16, 2017

Fantastic course with perfect balance between theory and practice

创建者 Jussi J

Aug 21, 2017

Very good introduction to modern parallel programming in Java 8.

创建者 Dmytro N

Jan 29, 2019

Good course. Slightly basic, but explanation is clear and good.

创建者 Tiago D S

Jan 28, 2021

Really nice content! Lots of things that I didn't know before.