File IO improvements in .NET 6
devblogs.microsoft.com
File IO improvements in .NET 6
1–3 of 3 posts
Re: File IO improvements in .NET 6
#2What would be the fastest way to read 1M small files to memory? Right now i can only do 2.5k/sec using Paralells.foreach even on a super fast ssd.
Re: File IO improvements in .NET 6
#3What would be the fastest way to read 1M small files to memory? Right now i can only do 2.5k/sec using Paralells.foreach even on a super fast ssd.
Perhaps a different language is better for that problem?
Parallel disk operations may thrash things a bit, worth investigating.