7 ms·
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 I
by test-it 13y 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.