- cross-posted to:
- python@programming.dev
- cross-posted to:
- python@programming.dev
You must log in or register to comment.
Nice walkthrough of how to extend your python with rust and what to watch out for to actually speed things up, thanks!
Not sure whether this is just a property of your toy example (and not the original code), but it may be worth pointing out to future readers that the “finding close polygons” part can in practice likely be sped up drastically with some spatial data structure (eg spatial hashing or a k-d-tree).
Just to be clear, I’m not the author of the article. I just found it on the Internet and found it interesting.