| user: | itamarst |
| created: | February 24, 2016 |
| karma: | 5.6k |
| about: | I write about speeding up Python software development, and code, at https://pythonspeed.com I write about fundamental engineering skills and programmer career advice at https://codewithoutrules.com I also write a weekly email about all the mistakes I've made both coding and in my career over the past 20 years, so that you can learn and avoid them: https://softwareclown.com |
| 1. | |
| 2. | |
| 3. | |
| 4. | |
| 5. | Testing the compiler optimizations your code relies on(pythonspeed.com) |
| 6. | 500× faster: Four different ways to speed up your code(pythonspeed.com) |
| 7. | Loading Pydantic models from JSON without running out of memory(pythonspeed.com) |
| 8. | The surprising way to save memory with BytesIO(pythonspeed.com) |
| 9. | Faster pip installs: caching, bytecode compilation, and uv(pythonspeed.com) |
| 10. | Catching memory leaks with your test suite(pythonspeed.com) |
| 11. | Reducing CO₂ emissions with faster software(pythonspeed.com) |
| 12. | Using portable SIMD in stable Rust(pythonspeed.com) |
| 13. | Beyond multi-core parallelism: faster Mandelbrot with SIMD(pythonspeed.com) |
| 14. | Let's build and optimize a Rust extension for Python(pythonspeed.com) |
| 15. | It's time to stop using Python 3.8(pythonspeed.com) |
| 16. | Running 15× faster with a situation-specific algorithm(pythonspeed.com) |
| 17. | Jevons Paradox doesn't always apply to software(pythonspeed.com) |
| 18. | Not just Nvidia: GPU programming that runs everywhere(pythonspeed.com) |