Skip to content

Python script for fast copying a large number of files using multi-threading. Useful for copying from google-drive to google-colab instances.

Notifications You must be signed in to change notification settings

ikonikon/fast-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fast-copy

Python script for fast parallel copying of files between two locations. Initially developed for use with Google Colab notebooks, where the copying on numerous small files can take a long time. This script achieves >50X speed improvement.

How to use

python fast-copy.py source destination

where source is the source folder and destination is the destination folder.

About

Python script for fast copying a large number of files using multi-threading. Useful for copying from google-drive to google-colab instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages