python-blist - A faster list implementation for Python
Website: | http://pypi.python.org/pypi/blist/ |
---|---|
License: | BSD |
Vendor: | Fedora Project |
- Description:
The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists. For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance, although BLists are memory inefficient if you need to create a larger number of small lists.
Packages
python-blist-1.3.4-1.el6.i686 [56 KiB] |
Changelog
by Michel Salim (2011-07-02):
- Update to 1.3.4 |