alphaleonis/AlphaFS

Improve file system enumeration using Span<char>

CyberSinh opened this issue · 4 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.

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

Is the Span<> feature released in final yet?

Yep, seems like it.

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