Information for RPM python-blist-1.3.6-8.fc28.src.rpm
ID | 16195 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Name | python-blist | ||||||||||
Version | 1.3.6 | ||||||||||
Release | 8.fc28 | ||||||||||
Epoch | |||||||||||
Arch | src | ||||||||||
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. | ||||||||||
Build Time | 2018-02-24 12:59:55 GMT | ||||||||||
Size | 131.33 KB | ||||||||||
eedddbc5b90f217391f2f8f646fd1d02 | |||||||||||
License | BSD | ||||||||||
Provides | No Provides | ||||||||||
Obsoletes | No Obsoletes | ||||||||||
Conflicts | No Conflicts | ||||||||||
Requires |
|
||||||||||
Recommends | No Recommends | ||||||||||
Suggests | No Suggests | ||||||||||
Supplements | No Supplements | ||||||||||
Enhances | No Enhances | ||||||||||
Files |
|
||||||||||
Component of | No Buildroots |