TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why is this apparently simple Go benchmark so slow?

1 pointsby ditadosabout 12 years ago

1 comment

kibibuabout 12 years ago
From the Go docs: "GOMAXPROCS sets the maximum number of CPUs that can be executing simultaneously and returns the previous setting"<p>You are setting this to 8 on a dual-core system. What happens when you set it to 2?