Search Results for tag benchmarking

Found 1 results
Benchmarking Local and Global Variables, and List Comprehension in Python
Blog post on benchmarking the execution speed of local and global variables, and list comprehension. TL;DR list comprehension is fastest, followed by local variables and then global variables. ... read more
{ updated: 2024-01-03 }