Rich-powered CLI that breaks each HTTP request into DNS, connect, TLS, wait, and transfer phases with waterfall timelines, compact summaries, or metrics-only output. - ozeranskii/httptap... (more…)
Read more »
If you want your program to use less memory, you will need to measure memory usage. You’ll want to measure the current usage, and then you’ll need to ensure it’s using less memory once you make some improvements. It turns out, however, that measuring memo... (more…)
Read more »
x86-64 assembler embedded in Python. Contribute to Maratyszcza/PeachPy development by creating an account on GitHub. (more…)
Read more »
This code in this post is in Python 3, but aside from “cosmetic” differences,such as next(g) vs g.next() it applies to Python 2 as well. (more…)
Read more »