Skip to content

A concurrent map implementation for Go apps, the map uses channels to handle concurrent access.

Notifications You must be signed in to change notification settings

suhdev/go-concurrentmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#go-concurrentmap

A ConcurrentMap data structure that uses channels to handle concurrent access.

This is still a work in progress.

About

A concurrent map implementation for Go apps, the map uses channels to handle concurrent access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages