Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
File IO improvements in .NET 6 | Dark Hacker News
File IO improvements in .NET 6
(devblogs.microsoft.com)
26 points
by
ulugbek7
4 years ago
| 2 comments
popotamonga
4 years ago
|
next
[−]
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
4 years ago
|
parent
|
next
[−]
Perhaps a different language is better for that problem?
Parallel disk operations may thrash things a bit, worth investigating.