dlht:High-performance, lock-free concurrent hash table in Go, based on DLHT, with cooperative resizing and cache-efficient buckets.
leetcode-csharp:solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: guozhennianhua@163.com or my blog: http://blog.csdn.net/daigualu
LockFreeHashTable:Lock Free Resizable Hash Table Based On Split-Ordered Lists.