Slow moving files within one drive
If file has quite a large size, moving it within same drive takes noticeable amount of time.
As I understand, current implementation of the moving procedure first copies file to new place and then removes the old one. However the correct way would be just to rename it,
as suggested at http://stackoverflow.com/a/24841162
Renaming needs only a fraction of a second.
7
votes
Pavel
shared this idea