Jay Taylor's notes

back to listing index

Advanced Topics in Programming Languages: A Lock-Free Hash Table

[web search]
Original source (www.youtube.com)
Tags: programming java tech-talk hash-map lock-free www.youtube.com
Clipped on: 2016-02-22

Advanced Topics in Programming Languages: A Lock-Free Hash Table
14,383 views
Published on Aug 22, 2012

Image (Asset 1/1) alt=


Description

Google Tech Talks
March 28, 2007

ABSTRACT

I present a lock-free concurrent Hash Table implementation with better single-thread performance than most Hash Tables, and better multi-thread performance than all other implementations I tried. I demonstrate scaling up to 768 CPUs even with high mutation rates. I show correctness by looking at the problem in a very different light than the usual "happens-before" / memory-order / fencing style of thinking.

Speaker: Dr. Cliff Click

Dr. Cliff Click, Azul Systems. Chief JVM Architect, Distinguished Engineer With more than twenty-five years experience developing compilers Cliff serves as Azul Systems' Chief JVM Architect. Cliff joined Azul in 2002 from Sun Microsystems where he was the architect and lead developer of the HotSpot Server Compiler, a technology that has delivered dramatic improvements in Java performance since its inception. Previously he was with Motorola where he helped deliver industry leading SpecInt2000 scores on PowerPC chips, and before that he researched compiler technology at HP Labs. Cliff has been writing optimizing compilers and JITs for over 15 years. He is invited to speak regularly at industry and academic conferences, and has published many papers about HotSpot technology. Cliff holds a PhD in Computer Science from Rice University.

Google engEDU
Speaker: Cliff Click