#profiling

[ follow ]
Python
fromRealpython
3 weeks ago

Episode #257: Comparing Real-World Python Performance Against Big O - The Real Python Podcast

Real-world performance of algorithms often contradicts Big O expectations, with profiling revealing significant discrepancies.
fromdaniel.feldroy.com
4 months ago

Using pyinstrument to profile FastHTML apps

Including a profiler like pyinstrument in a production environment is dangerous, as it exposes infrastructure and poses significant risks to user data.
Web frameworks
[ Load more ]