itamarst
- Karma
- 5,606
- Created
- 9 years ago
About
I write about speeding up Python software development, and code, at https://pythonspeed.comI 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
Recent Submissions
- 1. ▲ Testing the compiler optimizations your code relies on (pythonspeed.com)
- 2. ▲ 500× faster: Four different ways to speed up your code (pythonspeed.com)
- 3. ▲ Loading Pydantic models from JSON without running out of memory (pythonspeed.com)
- 4. ▲ The surprising way to save memory with BytesIO (pythonspeed.com)
- 5. ▲ Faster pip installs: caching, bytecode compilation, and uv (pythonspeed.com)
- 6. ▲ Catching memory leaks with your test suite (pythonspeed.com)
- 7. ▲ Reducing CO₂ emissions with faster software (pythonspeed.com)
- 8. ▲ Using portable SIMD in stable Rust (pythonspeed.com)
- 9. ▲ Beyond multi-core parallelism: faster Mandelbrot with SIMD (pythonspeed.com)
- 10. ▲ Let's build and optimize a Rust extension for Python (pythonspeed.com)