| Key | Value | 
|---|---|
| FileName | ./usr/lib/python3.8/site-packages/blist/__pycache__/_sortedlist.cpython-38.pyc | 
| FileSize | 21830 | 
| MD5 | DCB7396E9327C0D8947C79DA06669A04 | 
| SHA-1 | 32A577D6C972CD762C8C562BAC7F54CBFBF38B36 | 
| SHA-256 | 30C252070BE409FB061FE2F5676B1B8AAC7FCA17A0C4F352154D12BA9F6C5AC6 | 
| SSDEEP | 384:zAmOzh7YnsBnuSWB017wZmrxJnvt4LylCPt0dN+1NzLxzO/fZYVbKdrz:zAmO97YsBUZ2JnVqylCPt4N+fzLxzO/P | 
| TLSH | T14EA276A371434D5AFDA8F2BBC02E1224B23DD3776289C20F7104E45E3F56684A9778A9 | 
| 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 |