May-16-2020, 10:18 AM
Hi,
I was just wondering if 'Declaring variables' close to each other in Python scripts results in their memory location being close to each other in RAM i.e. is this an easy way to speed up Python code?
Many thanks
I was just wondering if 'Declaring variables' close to each other in Python scripts results in their memory location being close to each other in RAM i.e. is this an easy way to speed up Python code?
Many thanks