Coping files and folders

Jacob Carlborg doob at me.com
Thu Jan 24 23:35:45 PST 2013


On 2013-01-25 06:30, Jay Norwood wrote:

> I posted a parallel implementation a while back, and also put it on github.
>
> The parallel trick is to create the folder structure first, then
> populate the folders with the files.  Best for ssd drives.
>
> I also wrote a copy version that orders file sequence on disk
> efficiently, using write through, and posted it.  This speeds up any
> subsequent file system operations done in the directory order as if you
> have done a defrag. Great for hard drives, but not needed for ssd.
>
> https://github.com/jnorwood

Any change you could turn this into a pull request and submit to Phobos?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list