odino / go-sorting

Various sorting algorithms implemented in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-sorting

Various sorting algorithms implemented in Go.

$ make

go test -bench=. ./... -benchtime=1000x
goos: linux
goarch: amd64
BenchmarkBubbleSort-8   	    1000	    261670 ns/op
BenchmarkMergeSort-8    	    1000	     96989 ns/op
PASS
ok  	_/home/alex/projects/go-sorting	0.365s

Why?

Why not?

But, really, why?

For the of Go.

List

About

Various sorting algorithms implemented in Go.


Languages

Language:Go 98.2%Language:Makefile 1.8%