##// END OF EJS Templates
utils.data: Use list comprehension for uniq_stable()...
utils.data: Use list comprehension for uniq_stable() This should be faster than and explicit for loop. Also, a set makes more sense than a dict if we only care about values. After these changes, the resulting code is the same as Dave Kirby's uniqify() suggestion on Peter Bengtsson's blog [1]. [1]: http://www.peterbe.com/plog/uniqifiers-benchmark
W. Trevor King -
r9249:8aaafe40
Show More
Name Size Modified Last Commit Author
/ examples / core
appconfig.py Loading ...
display.py Loading ...
example-embed-short.py Loading ...
example-embed.py Loading ...
example-gnuplot.py Loading ...
ipython-completion.bash Loading ...
ipython-get-history.py Loading ...
ipython-qtconsole.desktop Loading ...
ipython-sh.desktop Loading ...
ipython.desktop Loading ...
ipython_here_shell_extension.reg Loading ...
leo_bridge_demo.leo Loading ...
new-embed.py Loading ...
seteditor.py Loading ...