AlphaFS icon indicating copy to clipboard operation
AlphaFS copied to clipboard

Improve file system enumeration using Span<char>

Open CyberSinh opened this issue 7 years ago • 3 comments

Hi,

In .NET Core 2.1, file enumerations are very powerful due to the use of Span<char>. You can read for example this blog post : performance improvements in .NET Core 2.1

Is AlphaFS planning to use the new opportunities offered by these new types to improve performance, especially in terms of reduced memory allocation?

Thanks.

CyberSinh avatar Jul 16 '18 11:07 CyberSinh

Certainly looks impressive! Currently there are no concrete plans to implement this on a short notice.

Yomodo avatar Jul 24 '18 12:07 Yomodo

Is the Span<> feature released in final yet?

alphaleonis avatar Aug 06 '18 13:08 alphaleonis

Yep, seems like it.

Yomodo avatar Aug 07 '18 13:08 Yomodo

I'm closing this issue as there are no further developments to be expected from AlphaFS. Is AlphaFS dead ? #529

CyberSinh avatar Jul 28 '23 08:07 CyberSinh