|
You are here |
healeycodes.com | ||
| | | | |
rog3rsm1th.github.io
|
|
| | | | | How I used Frelatage to fuzz one of the most used python library and found bugs. | |
| | | | |
adamj.eu
|
|
| | | | | When trying to improve a slow function or module, it's always a good idea to profile it. Here's a snippet for quickly profiling a section of code with Python's cProfile module, in two flavours. It's adapted from the cProfile documentation's Profile example. I have used versions of this snippet over the years to narrow in on performance issues. | |
| | | | |
ehmatthes.com
|
|
| | | | | 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. | |
| | | | |
smarimccarthy.is
|
|
| | | |||