alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
562 stars 99 forks source link

Improve file system enumeration using Span<char> #483

Closed CyberSinh closed 1 year ago

CyberSinh commented 6 years ago

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 6 years ago

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

alphaleonis commented 6 years ago

Is the Span<> feature released in final yet?

Yomodo commented 6 years ago

Yep, seems like it.

CyberSinh commented 1 year ago

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