TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Utilizing multi-core in “Go” programming language
13 点
作者
kzk_mover
超过 15 年前
To utilize multicore in "Go", you need to set runtime.GOMAXPROCS().
1 comment
xal
超过 15 年前
The linked parallel qsort example is really pretty. Channels are a wonderful concept. I'm already missing them in other programming languages. So elegant.