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

Not sure I follow.

When single threaded top-down Python is too slow for a particular task, of late I find it easier/cleaner/faster to use Go routines than multiprocessing / threading in Python, because of the way concurrency was designed in Go, but added to Python.

> "ability to write concurrent code in straight-line fashion rather than with callbacks X"

Same concept or different point?



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

Search: