go-t icon indicating copy to clipboard operation
go-t copied to clipboard

Feature Request: Parallelizing Follower Queries

Open cbrgm opened this issue 5 years ago • 0 comments

Description

Querying the followers of a user takes a very long time. Instead of sequential processing, goroutines could be used to send queries to the Twitter API in parallel and improve speed.

https://github.com/cbrgm/go-t/blob/master/pkg/twitter/twitter_follower.go#L58

cbrgm avatar Dec 30 '18 21:12 cbrgm