Result for 146FADCF7E034297FD9913944D844EF7342D09AA

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/ppc64-linux-ghc-8.8.4/psqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW/libHSpsqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW_p.a
FileSize2529904
MD57F0719A6B42B41A2BC755BC06C0A1DCD
SHA-1146FADCF7E034297FD9913944D844EF7342D09AA
SHA-256C810429C324F48684D3342E933868AC48F9DACA55B4BEB24C3FD5832EE677C3A
SSDEEP24576:neya/5oyRIlItaFlFJqrkH/i64A3wdh/knfCaYA3QdBkxUQHFYN40V:KqNxUQ
TLSHT15FC5447FCB7538CBE588DA3C54A30F1123A354661393AF21CFADB9142CE6754B907A92
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

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
FileSize221948
MD5D1E0473B7FB411807D3AA5B1487C6521
PackageDescriptionPure priority search queues; profiling libraries This package provides Priority Search Queues in three different flavors. . * OrdPSQ k p v, which uses the Ord k instance to provide fast insertion, deletion and lookup. This implementation is based on Ralf Hinze's "A Simple Implementation Technique for Priority Search Queues". Hence, it is similar to the PSQueue library, although it is considerably faster and provides a slightly different API. . * IntPSQ p v is a far more efficient implementation. It fixes the key type to Int and uses a radix tree (like IntMap) with an additional min-heap property. . * HashPSQ k p v is a fairly straightforward extension of IntPSQ: it simply uses the keys' hashes as indices in the IntPSQ. If there are any hash collisions, it uses an OrdPSQ to resolve those. The performance of this implementation is comparable to that of IntPSQ, but it is more widely applicable since the keys are not restricted to Int, but rather to any Hashable datatype. . Each of the three implementations provides the same API, so they can be used interchangeably. . Typical applications of Priority Search Queues include: . * Caches, and more specifically LRU Caches; . * Schedulers; . * Pathfinding algorithms, such as Dijkstra's and A*. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-psqueues-prof
PackageSectionhaskell
PackageVersion0.2.7.2-2+b1
SHA-177BAA32A1345FA97A5EBD6D7B7BD5F07E8FA82A8
SHA-256DEE9D0FF10B4C3B8AAAF589A9D59AD314D2C6B873DEDFF320DFEC261EC6EAB00