Name: | python3-blist |
---|---|
Version: | 1.3.6 |
Release: | 23.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 229483 |
License: | BSD |
RPM: | python3-blist-1.3.6-23.el8.x86_64.rpm |
Source RPM: | python-blist-1.3.6-23.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-bac5542f-61c6-401e-b77d-0b3f5c5c5425.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/blist/ |
Summary: | 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. Python 3 version. |
- Subpackage python2-blist has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
- Rebuilt for Python 3.8.0rc1 (#1748018)
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuild with fixed binutils
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild