Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel

My implementation of parallel

Usage

To echo all lines of a file in parallel:

cat text.txt | parallel echo {}
parallel -f text.txt echo {}

About

Simple C++ implementation of parallel

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages