/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

digitalflapjack.com
| | blog.valentin.sh
3.5 parsecs away

Travel
| | [AI summary] The author analyzes the performance of a command-line todo program, identifying that the majority of the execution time is due to Python interpreter startup and standard library imports, rather than their own code.
| | blog.arjunv.net
3.5 parsecs away

Travel
| |
| | ehmatthes.com
3.1 parsecs away

Travel
| | I was working on a longer post recently about optimizing a messy exploratory Python project, where the file I was focusing on took about 16 seconds to run.
| | kristerw.blogspot.com
24.8 parsecs away

Travel
| Signed integers are not allowed to overflow in C and C++, and this helps compilers generate better code. I was interested in how GCC is tak...