Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBHM (Non-blocking hash map)

This is an implementation of Cliff Click's Non-blocking hash map, and a hash set version made with the same ideas. It's capable of doing put, get and removal concurrently alongside any potential resizes, that's right you could be resizing while another thread is still looking up entries.

TODO: Explain API

TODO: Perf data and tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages