ansible/lib
Cristian Ciupitu 1eaf85b89f Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-27 20:35:20 +02:00
..
ansible Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-27 20:35:20 +02:00