##// END OF EJS Templates
Merge pull request #2849 from wking/uniq_stable-comprehension...
Merge pull request #2849 from wking/uniq_stable-comprehension 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
Min RK -
r9258:512eaf5a merge
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook / tests
__init__.py Loading ...
test_hist.sqlite Loading ...
test_kernelmanager.py Loading ...
test_nbmanager.py Loading ...