Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a simpler and more realistic example script that uses async #2

Open
ctbur opened this issue Jun 27, 2019 · 4 comments
Open

Comments

@ctbur
Copy link
Owner

ctbur commented Jun 27, 2019

No description provided.

@davidjeddy
Copy link

Would a multi-file download (wget/curl) be acceptable?

@ctbur
Copy link
Owner Author

ctbur commented Jun 27, 2019

Yes, that's clearly better than the existing example. Maybe downloading and decompressing several tar files.

@UnixJunkie
Copy link

In a competing project (https://github.com/UnixJunkie/pardi), here is my demo script:

Compress a file in parallel using 1MB chunks:

pardi -d b:1048576 -m s -i <YOUR_BIG_FILE> -o <YOUR_BIG_FILE>.gz -w 'xz -c -9 %IN > %OUT'

@UnixJunkie
Copy link

I have another competing project also, this one older:
https://github.com/UnixJunkie/PAR

It's fun that several people are not satisfied with GNU parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants