#big-o

[ follow ]
#performance-testing
fromRealpython
1 day ago
Python

Episode #282: Testing Python Code for Scalability & What's New in pandas 3.0 - The Real Python Podcast

Automated tests should verify algorithmic scaling (Big-O) to detect performance regressions as data grows; pandas 3.0 adds a string dtype, column operations, and Copy-on-Write.
fromPythonSpeed
3 weeks ago
Software development

Unit testing your code's performance, part 1: Big-O scaling

Test algorithm big-O scaling to detect performance regressions and ensure scalable software without complex benchmarking.
fromRealpython
1 day ago
Python

Episode #282: Testing Python Code for Scalability & What's New in pandas 3.0 - The Real Python Podcast

[ Load more ]