|
|
|
|
|
by test-it
4709 days ago
|
|
Very interesting. I haven't yet tried Go, but I don't see how it could match the performance of C# API with a single function. C#'s async methods offload any IO to the process IO completion port threads, thus freeing the current thread to do more work. |
|