SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-blist rpm build for : Fedora 21. For other distributions click python-blist.

Name : python-blist
Version : 1.3.6 Vendor : Fedora Project
Release : 4.fc21 Date : 2014-08-18 09:16:18
Group : Development/Languages Source RPM : python-blist-1.3.6-4.fc21.src.rpm
Size : 0.16 MB
Packager : Fedora Project
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.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-blist-1.3.6-4.fc21.x86_64.rpm
     

Provides :
python-blist
python-blist(x86-64)

Requires :
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libpython2.7.so.1.0()(64bit)
libc.so.6()(64bit)
rpmlib(PartialHardlinkSets) <= 4.0.4-1
python(abi) = 2.7
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0()(64bit)


Content of RPM :
/usr/lib64/python2.7/site-packages/blist
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/not-zip-safe
/usr/lib64/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/blist/__init__.py
/usr/lib64/python2.7/site-packages/blist/__init__.pyc
/usr/lib64/python2.7/site-packages/blist/__init__.pyo
/usr/lib64/python2.7/site-packages/blist/_blist.so
/usr/lib64/python2.7/site-packages/blist/_btuple.py
/usr/lib64/python2.7/site-packages/blist/_btuple.pyc
/usr/lib64/python2.7/site-packages/blist/_btuple.pyo
/usr/lib64/python2.7/site-packages/blist/_sorteddict.py
/usr/lib64/python2.7/site-packages/blist/_sorteddict.pyc
/usr/lib64/python2.7/site-packages/blist/_sorteddict.pyo
/usr/lib64/python2.7/site-packages/blist/_sortedlist.py
/usr/lib64/python2.7/site-packages/blist/_sortedlist.pyc
/usr/lib64/python2.7/site-packages/blist/_sortedlist.pyo
/usr/share/doc/python-blist
/usr/share/doc/python-blist/LICENSE
/usr/share/doc/python-blist/README.rst

 
ICM