Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: Concurrent Sorting in Go
(github.com)
4 points
by
thuum7
7 years ago
| 3 comments
Show HN: Concurrent Sorting in Go | Dark Hacker News
thuum7
7 years ago
|
next
[−]
I wanted to test a minimum argument list in srt function. Otherwise you need to give slice and wait group as function params
thuum7
7 years ago
|
next
[−]
I've improved the api and hid the global vars.
boramalper
7 years ago
|
next
[−]
Serious question: Why use global variables?