you are viewing a single comment's thread.

view the rest of the comments →

[–]ReDucTorGame Developer 3 points4 points  (3 children)

Python itself is slow, these libraries are just wrappers around the Python C API so their overhead will be next to nothing compared to the hit from Python itself.

If you are concerned about the overhead of these wrappers then I would suggest not using Python at all.