Skip to content

orellazri/go-accelerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-accelerator

Multithreaded download accelerator made in Go.

Demo

Usage

Build an executable with:

go build

Run the executable:

$ ./go-accelerator [-t] url

-t int
        number of threads (default 12)

By default, the numbers of threads is set according to your CPU.