Sun, 30 Jun 2024 06:52:08 UTC | login

Information for RPM python-blist-1.3.6-20.fc31.src.rpm

ID476197
Namepython-blist
Version1.3.6
Release20.fc31
Epoch
Archsrc
SummaryFaster list implementation for Python
DescriptionThe 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.
Build Time2019-09-01 22:29:56 GMT
Size130.27 KB
81e417a81b9e6a4f09492c50cc8a38ba
LicenseBSD
Buildrootf31-build-102361-33499
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
gcc
python2-devel
python2-setuptools
python3-devel
python3-setuptools
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
0001-Fix-compatibility-for-Python-3.7.patch807.00 B
blist-1.3.6.tar.gz119.57 KB
python-blist.spec6.34 KB
Component of No Buildroots