Advanced Topics in Programming Languages: A Lock-Free Hash Table
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