This can be much simpler... https://play.golang.org/p/tMyipz6sYU
On Wed, Aug 30, 2017 at 7:55 AM, Nilsocket <nilsoc...@gmail.com> wrote: > > Can you provide example code for how you read the input? >> > > Both of them were given same input size is:1000000, (i.e., 1 million) > > https://play.golang.org/p/grB-muK7hw > // Time taken to read input : 9.840256889s > // Time taken to sort: 731.469604ms > > I have implemented the same using bufio: > > https://play.golang.org/p/1Aoxwwv-zo > // Time taken to read input : 377.038152ms > // Time taken to sort: 688.20638ms > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Michael T. Jones michael.jo...@gmail.com -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.