Kyle Barron @kylebarron.dev · Oct 7

New blog post! kylebarron.dev/blog/fast-py... This dives into performance pitfalls of Python bindings, why projects like Lonboard are so fast, and why I care about Apache Arrow so much. The post is high level and you don't need to know C/C++/Rust to understand it!

18 likes 1 replies

?

Replies

Nicolas Roman Posner · Oct 7

Good post! I'd previously backed off from trying to use the Arrow FFI for one of my projects, but maybe it's a good time to take another look at it. Also, I've written a tutorial on Py-Rust interop here (and will hopefully write up the script from my latest talk soon) nrposner.com/blog/rust-py...