Does ReFS handle small files and large deletes fas

2019-07-31 03:49发布

问题:

I work with developer tools like git and npm/yarn that often generate lots of small files.

I know from NTFS performance and large volumes of files and directories (and from experience) that NTFS doesn't handle these as fast as most Unix filesystems.

However I also know never versions of Windows support ReFS, a new Microsoft filesystem.

My question is: does ReFS handle small files and large deletes faster than NTFS?