Skip to content

pholawat-tle/go-concurrency-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Concurrent Downloading

This project intends to reap the full benefit of goroutines, threads managed by Go runtime.

Goroutine allows the downloader to download different parts of the file, while being synced by the WaitGroup. Once all goroutines finished its execution, different parts of the file will be merged into a single file—the original file.

About

Concurrent Downloader implemented in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages