top | item 41085552

(no title)

lc64 | 1 year ago

That's a very rigorously written article.

Let's also note the 4x speed increase on windows 10, once again underlining just how slow windows filesystem calls are, when compared to direct access, and other (kernel, filesystem) combinations.

discuss

order

wolfi1|1 year ago

maybe the malware detection program adds to the performance as well

cjblomqvist|1 year ago

NTFS is really horrible handling many small files. When compiling/watching node modules (easily 10-100k files), we've seen a 10x size difference internally (same hardware, just different OSes). At some point that meant a compile time difference of 10-30 sec vs 6-10 min. Not fun.

chefandy|1 year ago

Their "windows dev drive" setup addresses this. I haven't tested it myself but I saw a couple of inexpertly executed tests showing significant performance gains. I honestly have no idea if my compile times are quicker.

nextaccountic|1 year ago

But is it faster than accessing the filesystem with io_uring as well? I feel like this article should be updated

nullindividual|1 year ago

io_uring/IOCP won't change how long it takes to access a file.