Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What's bad about Python?

Name: Anonymous 2005-12-21 8:09

Because I'm learning it, almost done through the tutorial, and it looks great.

Name: Anonymous 2011-07-22 12:30

>>121
Ok.

Global Interpreter Lock (GIL) can be a significant barrier to concurrency. Due to signaling with a CPU-bound thread, it can cause a significant slowdown, even on single processors. Reason for employing GIL in Python is to easy the integration of C/C++ libraries that usually are not thread-safe.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List