InfoQ Homepage Presentations Understanding Parallel Stream Performance in Java SE 8
Understanding Parallel Stream Performance in Java SE 8
Summary
Brian Goetz explores tools and techniques involved in parallelism, and how to analyze a computation for potential parallelism, with specific attention to the parallel stream library in Java 8.
Bio
Brian Goetz is the Java Language Architect at Oracle, and was the specification lead for JSR-335 (Lambda Expressions for the Java Language.) He is the author of the best-selling book “Java Concurrency in Practice” and is a frequent presenter at major industry conferences.
About the conference
Chariot Solutions is a software development consulting firm. We build and integrate the critical software applications that run our clients’ businesses. We are successful because we attract the most talented and collaborative software architects in the region. They are leaders in Java, open source and emerging technologies. We work in small, agile teams. We solve hard problems with a practical approach centered on communication, common sense and continual learning. We believe it is important to give back to our community through shared learning.
Community comments
Excellent Talk!
by Christian Lombardo,
Really Helpful!
by Lau Stuart,
Excellent Talk!
by Christian Lombardo,
Your message is awaiting moderation. Thank you for participating in the discussion.
Excellent talk Mr Goetz! Brian's expertise combined with his wonderful humor makes all his talks awesome! Thank you!
Really Helpful!
by Lau Stuart,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thanks Mr Goetz! This helped a lot to me.