microsoft-graph-devx-api icon indicating copy to clipboard operation
microsoft-graph-devx-api copied to clipboard

[Perf] Measure if File IO improvements in .NET 6 helps in snippet generation scenario

Open zengin opened this issue 3 years ago • 1 comments

https://devblogs.microsoft.com/dotnet/announcing-net-6/#file-io-improvements

Remeasure the comparison mentioned below.

Originally posted by @zengin in https://github.com/microsoftgraph/microsoft-graph-devx-api/pull/326#r497705821

cc: @baywet

zengin avatar Nov 22 '21 16:11 zengin

In areas where the iops are wrapped in a parallel for each or a for each we should also switch to parallel for each async for completeness.

baywet avatar Nov 22 '21 17:11 baywet