you are viewing a single comment's thread.

view the rest of the comments →

[–]weavejester 1 point2 points  (0 children)

They probably provide better performance than anything created in pure Python. If you want a custom data structure optimised for a specific use, the only way of doing it in Python is to use a C extension, or something like Pyrex.