Skip to content

mthom/unmanaged-ctrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmanaged Concurrent Hash Tries

Concurrent hash tries are fast, lock free, wait free, thread safe maps with constant time snapshots. The C++ implementation contained here is translated from Aleksandar Prokopec’s Scala implementation at https://github.com/axel22/Ctries.

The translated code makes no attempt to destroy defunct objects. This is to say that the example code contained in test-ctrie.cpp leaks memory.

About

Concurrent hash tries for C++ 14 with no memory management whatsoever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published