Skip to content

Added C# version, changed msgCount to 10M to get consistent results

Interestingly, on my machine, I get 11ms with Go 1.7.3 (12ms with 1.8Beta1) and 8.92 ms with .NET 4.6.1. With 1 million tries, the C# results were all over the place. I had to move to 10 million tries to get consistent results (did it for Go too).

Merge request reports

Loading