Information for RPM python3-blist-1.3.6-20.fc31.riscv64.rpm
ID | 476198 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | python3-blist | ||||||||||||
Version | 1.3.6 | ||||||||||||
Release | 20.fc31 | ||||||||||||
Epoch | |||||||||||||
Arch | riscv64 | ||||||||||||
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. | ||||||||||||
Build Time | 2019-09-01 22:35:41 GMT | ||||||||||||
Size | 64.57 KB | ||||||||||||
fe1cd7603a5f5effa3edcbf28b66a850 | |||||||||||||
License | BSD | ||||||||||||
Buildroot | f31-build-102361-33499 | ||||||||||||
Provides |
|
||||||||||||
Obsoletes |
|
||||||||||||
Conflicts | No Conflicts | ||||||||||||
Requires |
|
||||||||||||
Recommends | No Recommends | ||||||||||||
Suggests | No Suggests | ||||||||||||
Supplements | No Supplements | ||||||||||||
Enhances | No Enhances | ||||||||||||
Files | |||||||||||||
Component of |
|