Name: | python-blist |
---|---|
Version: | 1.3.6 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 227928 |
License: | BSD |
RPM: | python-blist-1.3.6-1.el7.aarch64.rpm |
Source RPM: | python-blist-1.3.6-1.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/blist/ |
Summary: | A faster list implementation for Python |
Description: | The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types. Python's built-in list is a dynamically-sized array; to insert or remove an item from the beginning or middle of the list, it has to move most of the list in memory, i.e., O(n) operations. The blist uses a flexible, hybrid array/tree structure and only needs to move a small portion of items in memory, specifically using O(log n) operations. For small lists, the blist and the built-in list have virtually identical performance. |
- Update to 1.3.6 - Build for Python 3 as well on supported releases
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Update to 1.3.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Update to 1.2.1
- Update to 1.1.1
- Update to 1.0.2