Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/blist/__pycache__/_btuple.cpython-38.pyc |
FileSize | 3915 |
MD5 | 233C1D3954EB907F7A803A7EBFD212DD |
SHA-1 | 17926FBB4BA0A6F8958E4C80E49AEAC3420792BB |
SHA-256 | B074B26CF1B523C7C3F384BE9537A116E507A35803A063BB73B64AD7237E09F9 |
SSDEEP | 96:CJoqsfAgfKmxQMpcdc8qlCqkgTqHqFq1qhqCqIqVqO5TsgWHquq9qIqz0q9UJqdX:cPmxQY8qkqksqHqFq1qhqCqIqVqAsNqc |
TLSH | T134819DC952892F5BFC7DFABC879256107335637B234E914B1520F02B7E8B29868319F5 |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 673752BA84D42E741AE2E8A4FDB60312 |
PackageArch | armv7hl |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python3-blist |
PackageRelease | 24.fc32 |
PackageVersion | 1.3.6 |
SHA-1 | 999B87FF4082E7E3778470CE22907624A366AECF |
SHA-256 | AA77D544F1CC70A7D253EC4366E6CEF620C8C26DEA7FC6A9AE3B0D9DE6DABEE6 |