Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages