It's faster (O(1) instead of O(n)) to search a value in dict keys that in a...
It's faster (O(1) instead of O(n)) to search a value in dict keys that in a list, so use dict when possible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15908 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment