Array Linked to a List - The Full Story
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the intricacies of Java's Collection Framework in this comprehensive conference talk. Delve into the debate surrounding LinkedList's potential deprecation, initiated by Stuart Marks, a Java/JDK/OpenJDK developer at Oracle. Journey through algorithms, complexity analysis, memory footprint, and CPU cache usage to evaluate the performance of key data structures like ArrayList, LinkedList, HashSet, and HashMap using JMH. Discover alternative Collection implementations and gain insights into pointer chasing and CPU caches. Learn about Java 9's contributions to the Collection Framework and how to implement collections and hashmaps using lambda expressions. Benefit from the expertise of José Paumard, a Java Champion, Java Rockstar, and assistant professor, as he shares his extensive knowledge on Java technologies and applied mathematics.
Syllabus
Array Linked to a List, the full story! by José Paumard
Taught by
Devoxx
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera