Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My guess is that Go, especially the database/sql package, uses too expensive synchronization.

Most of the pool management code uses mutual exclusion which can get really expensive when 40 threads compete for it.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: