Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
File IO improvements in .NET 6
(opens in new tab)
(devblogs.microsoft.com)
26 points
ulugbek7
4y ago
2 comments
Share
File IO improvements in .NET 6 | Better HN
2 comments
default
newest
oldest
popotamonga
4y ago
What 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.
verdverm
4y ago
Perhaps a different language is better for that problem?
Parallel disk operations may thrash things a bit, worth investigating.
j
/
k
navigate · click thread line to collapse