FileStreamwas almost completely re-written in .NET 6, with a focus on improving async File IO performance. On Windows, the implementation no longer uses blocking APIs and can beup to a few times faster! We’ve also made improvements to memory usage, on all platforms. After the first async...