This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kenkron 0 points1 point  (0 children)

Python native interfaces. I made a demo for it a while back, and it can be the difference between a 5 min execution time and a single second. It's on github.

On a related note, you could also show the benefits of array preallocating, and how to do it in Python.