from Hacker News

Show HN: Concurrent Sorting in Go

by thuum7 on 2/18/19, 9:59 PM with 3 comments

  • by thuum7 on 2/19/19, 4:49 AM

    I wanted to test a minimum argument list in srt function. Otherwise you need to give slice and wait group as function params
  • by thuum7 on 2/19/19, 8:56 PM

    I've improved the api and hid the global vars.
  • by boramalper on 2/18/19, 11:22 PM

    Serious question: Why use global variables?