Skip to content

vmlens/concurrent-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-collections

This project contains a concurrent hash map which is optimized for the method computeIfAbsent. The algorithm is described in this blog post. A benchmark is available here. And you can find the Java doc here.

Download

Use the following dependency for maven:

<dependency>
  <groupId>com.vmlens</groupId>
  <artifactId>concurrent-collections</artifactId>
  <version>1.0.0</version>
</dependency>

You can download the binaries from maven central here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages