Go to file
Julian Ospald 9476a00648 Simplify main fetching/sorting logic
Reduced the amount of go-routines. Now sorting
is done in the same go-routine as URLs are fetched.

Then these sorted lists are merged one by one
in a loop as they arrive.

This greatly reduces complexity.
2017-09-11 16:13:38 +02:00
src Simplify main fetching/sorting logic 2017-09-11 16:13:38 +02:00
.gitignore Initial commit 2017-09-11 12:08:43 +02:00
go-challenge.txt Initial commit 2017-09-11 12:08:43 +02:00