##// END OF EJS Templates
Backport PR #2849: utils/data: Use list comprehension for uniq_stable()...
Backport PR #2849: 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

File last commit:

r5730:da5562c4
r9863:90ae0554
Show More
ipynblogo.png
0 lines | 7.0 KiB | image/png | TextLexer
/ IPython / frontend / html / notebook / static / ipynblogo.png
rendered-image