Hacker News new | ask | show | jobs
by markusw 1290 days ago
When you embed it in Go, you can have concurrent reads. Each HTTP handler request gets a separate goroutine, so you can definitely take advantage of multiple cores.