Hacker News new | ask | show | jobs
by wizzard0 3774 days ago
Updated to use Task.Run, got only 15% perf decrease, which can be due to the delegate creation too...
1 comments

That was a quick update! Looks better now. I would have expected the difference to be much bigger. I made some similar comparison about a year ago (with normal .NET), and it performed slower than Go. However with a custom Actor implementation (similar to the Scalaz implementation) I was a lot faster. F# with the Hopac library also performed very good.
Another .NET version arrived, 2x faster LOL
Its also running in debug mode...