Improve file system enumeration using Span<char>
CyberSinh opened this issue · 4 comments
CyberSinh commented
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.
Yomodo commented
Certainly looks impressive!
Currently there are no concrete plans to implement this on a short notice.
alphaleonis commented
Is the Span<> feature released in final yet?
Yomodo commented
Yep, seems like it.