Skip to content
/ atomic Public

Experimenting in Golang with atomic variables and wait groups to achieve concurrency without race conditions.

Notifications You must be signed in to change notification settings

ender/atomic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

atomic

Experimenting in Golang with atomic variables and wait groups to achieve concurrency without race conditions.

note

A similar, less finicky solution could be achieved with the sync package using mutexes. Yet to benchmark speed differences for this specific scenario.

About

Experimenting in Golang with atomic variables and wait groups to achieve concurrency without race conditions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages