Make Your CPU Cores Sweat with Parallel Streams in Java 8
Offered By: Java via YouTube
Course Description
Overview
Syllabus
Intro
What is CERN?
Manipulating collections before Java 8
Manipulating data with streams
Threads (JDK 1) Invocation of a thread results in a new path of execution Thread API is still great for simple asynchronous tasks and background processing
Executor Service (JDK 5) Java 5 introduced several new APIs that simplify design and development of multi-thread applications
Parallel Streams (JDK 8) The Stream library enables you to execute operations in parallel without much effort Under the hood it employs the forkjoin framework and the Spliterator
Fork/Join Framework (JDK7) Fork
F/J Framework and Parallel Streams
Custom F/J Pool for a Parallel Stream(s)?
Decomposing LinkedList and ArrayList Always take into account how well the stream source decomposes
Decomposing various stream sources
Decomposability and Auto(un)boxing
findAny () and unordered ()
sequential() and parallel()
Conclusions
Taught by
Java
Related Courses
Algorithms, Part IPrinceton University via Coursera Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera MongoDB for Java Developers
MongoDB University Initiation à la programmation (en Java)
École Polytechnique Fédérale de Lausanne via Coursera Intro to Java Programming
San Jose State University via Udacity