Show HN: Concurrent Sorting in Go
github.com
Show HN: Concurrent Sorting in Go
1–4 of 4 posts
Re: Show HN: Concurrent Sorting in Go
#2Serious question: Why use global variables?
Re: Show HN: Concurrent Sorting in Go
#3I wanted to test a minimum argument list in srt function. Otherwise you need to give slice and wait group as function params
Re: Show HN: Concurrent Sorting in Go
#4I've improved the api and hid the global vars.