🦞🌯 Lobster Roll

Thread

How We Spotted and Fixed a Performance Degradation in Our Python Code (blog.redash.io)
This links to our blog, but I actually submitted a link to dev.to: https://dev.to/redash/how-we-spotted-and-fixed-a-performance-degradation-in-our-python-code-4g5l, because you can comment there.

Stories related to "How We Spotted and Fixed a Performance Degradation in Our Python Code" across the full archive.

How We Spotted and Fixed a Performance Degradation in Our Python Code (blog.redash.io)
This links to our blog, but I actually submitted a link to dev.to: https://dev.to/redash/how-we-spotted-and-fixed-a-performance-degradation-in-our-python-code-4g5l, because you can comment there.
Python’s Weak Performance Matters (metarabbit.wordpress.com)
Incrementally improving the performance of a python script (mycode.doesnot.run)
High-Performance in Python with Zero-Copy and the Buffer Protocol (julien.danjou.info)
Scalene: a high-performance CPU and memory profiler for Python (github.com)
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust (benhoyt.com)
The hidden performance overhead of Python C extensions (pythonspeed.com)
Guido van Rossum on improving Python's performance (softwareatscale.dev)
Extreme IO performance with parallel Apache Parquet in Python (wesmckinney.com)
Modern Python performance considerations (lwn.net)
Python Performance Benchmark Suite (pyperformance.readthedocs.io)
The limits of Python vectorization as a performance technique (pythonspeed.com)
Invasive procedures: Python affordances for performance measurement (pythonspeed.com)
RegCPython: A Register-based Python Interpreter for Better Performance (dl.acm.org)
Python’s multiprocessing performance problem (pythonspeed.com)
Not-so-casual Performance Optimization in Python (nathom.dev)
CPython's Garbage Collector and its Impact on Application Performance (blog.codingconfessions.com)
Unlocking Performance in Python's Free-Threaded Future: GC Optimizations (labs.quansight.org)
The Performance Impact of Using dict() Instead of {} in CPython 2.7 (doughellmann.com)
The Pythonista's [fixed] Legacy (pastebin.com)
Python for high performance scientific computing (nbviewer.jupyter.org)
Python 3.6 dict gets performance boost, is ordered by default. (mail.python.org)
Fixing Python Performance with Rust (blog.sentry.io)
Analysis of a Python performance issue (haypo.github.io)
Quick Tip: Speed up your Python data processing scripts with Process Pools (medium.com)
Reducing Python's startup time (lwn.net)
Numba: High-Performance Python with CUDA Acceleration (devblogs.nvidia.com)
PeachPy: A Python Framework for Developing High-Performance Assembly Kernels (2013) (dlr.de)
Python startup time: milliseconds matter (mail.python.org)
Python vs NumPy vs Nim (narimiran.github.io)