Skip to content

willwhitney/go-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

crawler

crawler.go is a small chunk of Go that randomly crawls through Wikipedia with 200 parallel goroutines, printing the titles of the pages it reaches to stdout.

server

server.go is a quick performance test of Go that factors a thousand numbers in parallel using the least efficient algorithm.

About

fun experiments with Go (golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages