euripedessobrinho/dokan

Listing files in a chain

Opened this issue · 0 comments

What steps will reproduce the problem?
1. List a big number of files


What is the expected output? What do you see instead?
huge performence impact (i haven't

What version of the product are you using? On what operating system?
dokan-net-0.6.0

Please provide any additional information below.
http://stackoverflow.com/a/466596
According to these numbers, files shouldn't be stored in a single array, even 
if it is safe to do so in most cases. Maybe a safer approach would be the 
FindFirstFile/FindNextFile.
Also, i just tested mirrors sample in Windows 8.1, and it worked well, even 
though the installer failed to install without compatibility mode.
Anyway, i see the project is kinda inactive, is it discontinued?

Original issue reported on code.google.com by miharb...@gmail.com on 8 Jul 2014 at 10:29