This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
e36e2d38fe
community.general
/
library
/
commands
History
Cristian Ciupitu
0749112286
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-16 13:10:28 -04:00
..
command
Micro-optimization: replace s.find(x)!=-1 with x in s
2014-03-16 13:10:28 -04:00
raw
script
shell