Matrix Race

This is a simple concurrent Go program to generate a 10k x 10k matrix with random values as quickly as possible

Getting started

Install go tools: https://golang.org/doc/install

Running

go run matrix.go

Benchmark

go test -bench=.

Tests

go test