Skip to content

onnlucky/nbhashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/h1. A non blocking hashmap.

A fully thread safe map structure, mapping keys onto values.

It does not make use of locks or other blocking structures, and should perform very well under high concurrency.

Inspired by Cliff Clicks Java version.

/author: Onne Gorter <onne@onnlucky.com>
/version: 2010-04-14
/depends: libatomic-ops
/license: MIT; see license.txt

About

a non blocking hash map implementation in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published