Result for 8D71B2915C4053F4D0C5E8DF9EDE7190C18A9911

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/i386-linux-ghc-8.8.4/psqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW/libHSpsqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW_p.a
FileSize1125604
MD5A180BDA80B2597947B6D61F931C4B9A8
SHA-18D71B2915C4053F4D0C5E8DF9EDE7190C18A9911
SHA-2561924D49402FC4389156D6291F7708237D839E3CE792DFF9E07D7B5F3C067C7CA
SSDEEP12288:Vcsf3121mmH74F+Rx0rj6DNUZ7/vIwCzkrp+9M7eT+c+AxWY6iiZ:712112rrWzk9+9M7eT+c+AxWY6iiZ
TLSHT13635C850CA46C896F1BBBBB81498271D04166E0B47C2DB2BDB483FE476C5CE0B786B5D
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
FileSize196780
MD55A45BAF503EC47253164D9F99197D43F
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-1189514E733CC9DF283A1130C1BC97F46BBB8271B
SHA-25694BE697499C8F104284111D36431A20C9E372A7665B457D5E0342376800AAAB7