[Go] Why isnt this way faster? #261
Replies: 3 comments 8 replies
-
It may be helpful for your (potential) audience if you add the programming language this discussion concerns, to this topic's title :) |
Beta Was this translation helpful? Give feedback.
-
So you're creating 1 million go routines? And then doing nothing much with them and closing them, then outputting the time right? It seems to me that that's quite a lot to do in 0.3 secs isn't it? |
Beta Was this translation helpful? Give feedback.
-
Keep going mate, it will be interesting to see how fast Go can be. It would be cool if it can get close to some of the C and C++ versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Did I make a mistake? Because it takes 300 milliseconds to complete.
Beta Was this translation helpful? Give feedback.
All reactions