On Friday, January 22, 2016 11:28:49 AM Bryan Rivera wrote: > I tried to mitigate that by not timing the code where @anon is called. Is > that still the case given the two snippets?
Actually, it looks like you didn't call function1 in both cases. You might want to re-test. You're also using a lot of global variables. Better to pass function2 and dictZ as an argument (and make sure dictZ has concrete type, as you have done). Best, --Tim
