Skip to content

nlfiedler/sortingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Sorting for Go

This is the source distribution of a sorting package for the Go programming language, named sortingo, which contains various sorting algorithm implementations.

Installation

Install Git in order to fetch the other dependencies.

Run the go tool like so:

go get -t github.com/nlfiedler/sortingo

Benchmarks

To run the benchmarks, first build the one or both benchmarking "commands", like so:

$ cd $GOPATH/src/github.com/nlfiedler/sortingo
$ go install ...sortingo/cmd/sortbench
$ go install ...sortingo/cmd/sortmbench
$ $GOPATH/bin/sortbench
...
$ $GOPATH/bin/sortmbench
...

License

The sortingo project is licensed under the New BSD license.

About

Sorting algorithms in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages