Name : python-blist
| |
Version : 1.3.6
| Vendor : obs://build_opensuse_org/home:matthewdva
|
Release : 1.8
| Date : 2017-09-30 10:33:40
|
Group : Development/Languages
| Source RPM : python-blist-1.3.6-1.8.src.rpm
|
Size : 0.16 MB
| |
Packager : (none)
| |
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/ftp5.gwdg.de/pub/opensuse/repositories/home:/matthewdva:/epel:/el7/CentOS_7/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-blist
python-blist(x86-64)
Requires :