Hi All,

Quick question here. In the code I am working on I am apparently doing a lot of 
dictionary lookups and those are taking a lot of time. 
I looked at the possibility of changing the structure and I found about the 
numpy structured arrays.
The concrete question is: what would be the difference between using one or the 
other in terms of performance? meaning looping and performing checks an 
operations on them?

Thanks,
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to