Skip to content

I got fed up with the amount of time it took for the windows dir command to come up with a list of files in a large directory so I wrote a tool used for obtaining a full catalog of files that exist under a root directory. The goal here is to get the full path and byte count as quickly as possible. My approach was to spawn as many threads as the …

Notifications You must be signed in to change notification settings

gljeremy/folder_rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This project is an EXPERIMENT to see if we can get a full catalog of all the files contained on a drive (for my purposes a NAS device) more quickly than the windows DIR command. Turns out, you can, so the next step will be to make it faster if time permits.

About

I got fed up with the amount of time it took for the windows dir command to come up with a list of files in a large directory so I wrote a tool used for obtaining a full catalog of files that exist under a root directory. The goal here is to get the full path and byte count as quickly as possible. My approach was to spawn as many threads as the …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages