async-runtimes-benchmarks icon indicating copy to clipboard operation
async-runtimes-benchmarks copied to clipboard

Significantly improve .NET's code

Open OoLunar opened this issue 1 year ago • 11 comments

Significantly improves .NET's code, closes https://github.com/pkolaczk/async-runtimes-benchmarks/pull/4

Additionally ValueTasks are typically used in hotpaths over Task's due to their newer implementation and don't suffer the scars of .NET framework.

OoLunar avatar May 28 '23 23:05 OoLunar