Skip to content

isaiah/go_scheduler_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

Talked about the history and current (Go 1.4) implementation of the Go scheduler, did a brief comparison with the Erlang SMP scheduler

https://go-talks.appspot.com/github.com/isaiah/go_scheduler_talk/go_scheduler.slide

Get started

# setup GOPATH if you havn't done so
export GOPATH=~/go
export PATH=$GOPATH/bin:$PATH


# install the presentation tool
go get golang.org/x/tools/cmd/present
present
# open http://127.0.0.1:3999

About

The talk at Berlin Go users meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages