Parallel and Concurrent Programming with Java 1
Author: Barron Stone, Olivia Chiu Stone
Released: 5/30/2019
Skill Level: Advanced
Duration: 2h 15m
Parallel programming unlocks a program’s ability to execute
multiple instructions simultaneously. It increases the overall processing
throughput and is key to writing faster and more efficient applications. This
training course introduces the basics of parallel programming in Java,
providing the foundational knowledge you need to write more efficient,
performant code. Instructors Barron and Olivia Stone explain concepts like
threading and mutual exclusion in a fun and informative way, relating them to
everyday activities you perform in the kitchen. To cement the ideas, they demo
them in action using Java. Each lesson is short and practical, driving home the
theory with hands-on techniques.
Topics include:
Parallel vs. sequential computing
Shared vs. distributed memory
Threads
Execution scheduling
Thread lifecycle
Mutual exclusion
Synchronized methods
Locks
Checking for liveness
Exercise Files
Comments
Post a Comment