I've got some code with a bunch of functions that use the same object over and over again. Is it better (faster, more memory efficient) to create that object in each function or to create it globally and use the global keyword in each function?
Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service
Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service