/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.codingconfessions.com
| | drew.silcock.dev
3.2 parsecs away

Travel
| | All you need to know about the latest Python release including Global Interpreter Lock and Just-in-Time compilation.
| | arunrocks.com
4.3 parsecs away

Travel
| | A blog by Arun Ravindran, author and speaker, about Python, Django and other curious things.
| | pyfound.blogspot.com
4.2 parsecs away

Travel
| | [AI summary] Instagram presented CPython performance optimizations at the 2021 Python Language Summit, highlighting improvements in async I/O, inline caching, and JIT compilation.
| | raphlinus.github.io
26.6 parsecs away

Travel
| SIMD is a powerful performance technique, and is especially valuable in signal and image processing applications. I will be using it very extensively in my synthesizer, and also it's increasingly used in xi-editor to optimize string comparisons and similar primitives.