ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

send_host_dir works but is too slow. #293

Closed ianmiell closed 7 years ago

ianmiell commented 7 years ago

import gzip?

eg tar up folder/file:

import tarfile
>>> t=tarfile.TarFile('/tmp/shutit_a.tar',mode='w')
>>> t.add('/tmp')
>>> help(tarfile)

get the contents of the gzip into memory? (how?)

or write out files 'faster'

ianmiell commented 7 years ago

send_file_rewrite branch on mac started

ianmiell commented 7 years ago

Should be faster now, and tests added.