SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-blist rpm build for : Fedora 32. For other distributions click python3-blist.

Name : python3-blist
Version : 1.3.6 Vendor : Fedora Project
Release : 24.fc32 Date : 2020-01-30 11:58:55
Group : Unspecified Source RPM : python-blist-1.3.6-24.fc32.src.rpm
Size : 0.15 MB
Packager : Fedora Project
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.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/32/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-blist-1.3.6-24.fc32.x86_64.rpm
     

Provides :
python-blist
python3-blist
python3-blist(x86-64)
python3.8dist(blist)
python3dist(blist)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
python(abi) = 3.8
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/beb54683a7b80badfd83d84d5ecca3eef03b51
/usr/lib64/python3.8/site-packages/blist
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info/PKG-INFO
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info/SOURCES.txt
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info/dependency_links.txt
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info/not-zip-safe
/usr/lib64/python3.8/site-packages/blist-1.3.6-py3.8.egg-info/top_level.txt
/usr/lib64/python3.8/site-packages/blist/__init__.py
/usr/lib64/python3.8/site-packages/blist/__pycache__
/usr/lib64/python3.8/site-packages/blist/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/__init__.cpython-38.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_btuple.cpython-38.opt-1.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_btuple.cpython-38.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_sorteddict.cpython-38.opt-1.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_sorteddict.cpython-38.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_sortedlist.cpython-38.opt-1.pyc
/usr/lib64/python3.8/site-packages/blist/__pycache__/_sortedlist.cpython-38.pyc
/usr/lib64/python3.8/site-packages/blist/_blist.cpython-38-x86_64-linux-gnu.so
/usr/lib64/python3.8/site-packages/blist/_btuple.py
/usr/lib64/python3.8/site-packages/blist/_sorteddict.py
/usr/lib64/python3.8/site-packages/blist/_sortedlist.py
/usr/share/doc/python3-blist
/usr/share/doc/python3-blist/README.rst
/usr/share/licenses/python3-blist
/usr/share/licenses/python3-blist/LICENSE

 
ICM