goco icon indicating copy to clipboard operation
goco copied to clipboard

Some experiments with concurrent data structures in Go.

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