We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

C# FastFileInfo

This is an updated version of the ‘A-Faster-Directory-Enumerator’ on codeproject.

MoveNext() is rewritten without recursion. (C:\Windows\winsxs\ was causing a stack overflow exception due to too many folders and repeated calls to MoveNext, causing the entire application to abruptly crash).

Increased speed 60% by not using Directory.GetDirectories(…), and if the search filter is * or *.* then the code is even faster because a separate call to fetch the directories is not required.

Increased speed another 25% by using FindFirstFileEx with the basic option (saves time by not requesting the cAlternateName).

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website https://fastfileinfo.sourceforge.io
Tags
License
Platform
Features