LG
2017年12月12日
This is a great course in parallel programming. The videos were very clear, summaries reinforced the video material and the programming projects and quizzes were challenging but not overwhelming.
SV
2017年8月27日
Great course. Introduces Parallel Programming in Java in a gentle way.
Kudos to Professor Vivek Sarkar for simplifying complex concepts and presenting them in an elegant manner.
創建者 lowell s
•2019年2月28日
Excellent lectures and provides good understanding of some theory behind Parallel Programming. The professor is a good lecturer and has a great format. Some assignments are very difficult due to the confusion between lecture notes which have errors and differences between the lecture and the notes. But well worth taking the course and understanding how to take advantage of multi-core processing.
創建者 Nitant N J
•2020年7月7日
This course covers many interesting topics of parallelism with java. This course is for all the ones who know the basics of java and want to learn something about parallelism. However, I do feel that sometimes this course just throws the topics at you and you have to dig deep by yourself. But yes many important topics are covered very well also the mini projects are very well designed.
創建者 Syed A R
•2017年11月5日
Having come from Python world, i have learned valuable concepts in parallel programming and related Java APIs, surely the APIs are much more elegant and powerful in Java. i was disappointed by Week's 3 and 4's assignment task, they were too easy, nevertheless learned a great lot of information. Excellent course for someone who is looking to get into parallel programming!
創建者 Krishna A
•2018年4月4日
Learnt a lot about parallel programming and the facilities offered in Java for the same. The best part is the videos are short and nice. However, I'm echoing some of the common sentiment, that the assignments (barring assignment 2) are too trivial, and sometimes are not clear what to do. They can be surely improved, so that students can deepen their understanding.
創建者 Андрей С
•2017年10月28日
This course is a good introduction to parallel programming,
but i noticed a number of shortcomings.
Some themes are not reflected in mini-projects:
- memoization in week 1;
- data flow and pipeline parallelism.
The mini-project for week 3 is too easy.
Some questions in the quiz in week 4 does not match the contents of the course.
創建者 Ashwin K
•2020年6月12日
I feel the course can have more theoretical foundations included as well. And the assignments should be more challenging and more explanatory as well to reinforce concepts in a better way. But otherwise, really good course to get started understanding async programming constructs. Helped me clear a lot of doubts that I had.
創建者 Mitrofanov P
•2017年11月12日
Tasks are too simple. All the information isn't covered in depth, so consider this course as a sort of introduction to the theory of parallel programming as well as many important Java language features. It gives you a basic idea and points you to the right direction in case you're interested in this complex topic.
創建者 Ashutosh S
•2020年12月17日
The content and presentation is very good. The exercises are very limited, and repeat of the problems in video lectures with minor variations in some cases. Also it is very frustrating to meet the benchmark performance on exercise. It passes on autograder fails locally so you just keep doing hit and trial.
創建者 Diogene N
•2018年10月24日
This course is a very nice introduction to parallel programming in Java. It highlights the key libraries to explores for production use. On thing I didn't like is that the programming assignments are a copy paste of the demonstration videos in the course. All in all I enjoyed taking this course!
創建者 Robert C
•2022年4月5日
I liked this course. I had time off so it took about a week's worth per day. I think more engaging mini projects would be helpful, but I understand it's hard - maybe slowly build something trhoughout the course to see moere real-world applications ( a bigger foundation codebase to build upon)
創建者 Antonio J M G
•2018年5月4日
Great content, thank you very much for putting this together. I have enjoyed reviewing the fundamentals and learn more about the Phaser's API. My only suggestion will be to add more exercises, even if they are optional, so people can practice more the concepts introduced.
創建者 Benjamin G J
•2018年8月6日
The exercises are just a little short and I'd like to see, maybe, twice as many quizzes with a better connection to lecture notes, but the lectures are very enlightening, the subject matter is very interesting, and the exercises, though excessively sparse, are helpful.
創建者 Alban D
•2019年4月15日
Very interesting content: it is definitely useful to get into that topic. Mini projects are sometimes a bit light: what has to be done is so simple that it can be frustrating... or misleading (I would expect to have more than a single line to change sometimes).
創建者 Saifuddin M
•2017年10月15日
I liked the course. It introduced some of the concepts in parallel programming very well. I would suggest if it focuses more on Java implementations from the java.util.concurrent package like Countdown Latches and Cyclic Barriers it would be more helpful.
創建者 Anton O
•2017年12月17日
Good course. I've expected less theory and more practice, but all in all I'm happy with the course. Block about parallel streams was the most useful for me. On the other hand part about array multiplication was quiet useless from practical point of view.
創建者 Abid A S
•2020年4月18日
Was quite helpful... cleared many basic concepts in parallel programming ... but you should come up more industry oriented examples .. code samples uses rice university's own package in some examples..these could be done with regular java libraries
創建者 Artur G
•2017年8月4日
This course is quite a shot one. The lectures are condense and programming assignments are purely academic. However I still would suggest to take it if one wants to learn about high level abstraction upon parallel computing in Java.
創建者 Cyril A
•2019年1月22日
Materials are informative. Instructor is good. Good to have programming assignments to practice the material learned. Assignments after assignment 2 were a little light though. The first two assignments were at a good level though.
創建者 erdem o
•2017年12月10日
It was a useful course, but last two homeworks were exactly same as professor explained in demo implementations. I would expect them to take a bit more time and having a variety of easy/difficult tasks in each homework.
創建者 Donghe X
•2019年3月17日
Thanks for the course materials! I'm getting a lot of new knowledges from the course for cs fundamentals. I'd like to suggest to have more concrete examples to explain many concepts like SPAN, signal and put, etc.
創建者 Jimmy C C
•2020年6月25日
Great introduction to parallel programming. Lectures were clear, summaries were helpful, quizzes were not trivial, discussion forum is good, but the assignments' grading system could be improved.
創建者 Sagnik D
•2020年5月26日
I found the explanation of how to precisely code phasors lacking as the Thread stuff was already provided in sample code and never explained. Quite satisfied with the rest of the course though.
創建者 Krishna K
•2018年6月19日
Excellent Course.I always wanted a good course on java concurrency and parallel programming.And finish->async, isolated, forAsync constructs are awesome.I have learnt much from this course.
創建者 Elias R
•2019年7月28日
Very good and comprehensive video lectures! Sometimes the auto-grader results from Coursera fluctuate from one submission to the other, but overall it was a really interesting course.
創建者 Valdas Ž
•2017年11月7日
Very useful course about parallel programming theory and practice.
Could be less examples with custom libraries instead of standard java features looking to practical usage at work.