You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goco package just contains some experiments with concurrent
datastructures implemented in Go.
Run the benchmarks with:
go test -bench="." -benchtime=5 -cpu=1,2,4,8,16
About
Some experiments with concurrent data structures in Go.