Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s... (more…)
Read more »
Introduction to Rust for Python programmersSource code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pytho... (more…)
Read more »
Distributed DataFrame for Python designed for the cloud, powered by Rust - Eventual-Inc/Daft... (more…)
Read more »
If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. (more…)
Read more »