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.2.1-1.el6.src [124 KiB] |
Changelog
by Michel Salim (2010-07-26):
- Update to 1.2.1 |