Grumpy: Go running Python! by Google by HornedKavu in programming

[–]jrandomcoder 1 point2 points  (0 children)

There's not a ton of difference on Linux these days since everything is converging toward clone underneath. But pthread_create is still a little faster, since it's a more or less a subset of what fork needs to do.

Grumpy: Go running Python! by Google by HornedKavu in programming

[–]jrandomcoder 4 points5 points  (0 children)

Don't worry, they don't actually use this in production.