Skip to content

zhanto97/concurrent-hash-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split-ordered non-blocking concurrent hash table

The implementation is based on

Ori Shalev and Nir Shavit. 2006. Split-ordered lists: Lock-free extensible hash tables. J. ACM 53, 3 (May 2006), 379–405. DOI: link

with an additional improvement of bucket reference storage by adding growable arrays.

About

Lock-free concurrent hash table implemented in Rust

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages