Y
Hacker News
new
|
ask
|
show
|
jobs
by
ezekg
3092 days ago
Just curious--why is HN run on only a single core?
2 comments
dang
3091 days ago
Arc is implemented in Racket and uses its green threads, which don't do multiprocessing.
link
soegaard
3091 days ago
The standard Racket threads do run on a single core. Racket (not Arc) does however support two forms of parallelism, namely futures and places.
http://docs.racket-lang.org/guide/parallelism.html
link
thomastjeffery
3092 days ago
I assume it doesn't handle any multithreading yet.
link