hi all, I feel lack of native Python lists operations (e.g. taking N greatest elements with the involved key function and O(n) speed) and occasionally found blist http://pypi.python.org/pypi/blist/ Its entry says it is better than Python list. Did anyone ensure? Will it ever be merged into Python source code? D. -- http://mail.python.org/mailman/listinfo/python-list
- blist question dmitrey
- Re: blist question Daniel Stutzbach
- Re: blist question Miki Tebeka
- Re: blist question Raymond Hettinger