Skip to content

chao2015/externalsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

externalsort

The single and cluster versions of external sorting are implemented based on Golang.


Details:

https://blog.csdn.net/chao2016/article/details/81638592

Tree:

externalsort
├── README.md
├── main
│   ├── cluster_sort.go
│   ├── generate.go
│   └── single_sort.go
├── pipeline
│   ├── common.go
│   ├── net_nodes.go
│   └── nodes.go
└── test
    └── pipeline_test.go

Download:

git clone [email protected]:chao2015/externalsort.git

Run:

mv externalsort/ $GOPATH/src/
cd $GOPATH/src/externalsort/main/
go run generate.go 
go run single_sort.go 
go run cluster_sort.go 

Have fun! ^_^

About

The single and cluster versions of external sorting are implemented based on Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages