Here’s a Google Tech Talk of Cliff Click discussing a Java hash table implementation that supports concurrent access using compare-and-swap rather than locking: 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 … Continue reading A Lock-Free Hash Table
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed