Concurrent Hash Table

Let's look at the design and implementation of a concurrent hash table.

Let’s end this chapter with a simple and widely applicable concurrent data structure, the hash table. Let’s focus on a simple hash table that does not resize. A little more work is required to handle resizing, which is left as an exercise for you. Feel free to present your ideas on the Discuss forum thread!

Get hands-on with 1200+ tech skills courses.