Result for 2A519A34B2ACCFB1EF608D026E580F0C1B3F751B

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/powerpc64le-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/Data/IntPSQ/Internal.p_hi
FileSize68386
MD5885328C086A6FE82BFC9720017CB4381
SHA-12A519A34B2ACCFB1EF608D026E580F0C1B3F751B
SHA-256F80EC46995A2C2AD46FB77353EA7642C64FD25191BDED751852E9594D84E2765
SSDEEP384:cSD1DtxUml227rzFDErTqLNSD272E2yaom7KWVL54qmw95B5HpWtcI3dXS3Z+2GJ:p1DtW12hqyNs22mw+I03XSJfL/ARbDN
TLSHT1EA632B25BF9EDE12DA2501F591B6430C6B35D9C1B685BF0B1039617CEC732CA2F89AD8
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
FileSize217796
MD592D34D5E9749A6699A52D4E13C7C94D7
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.0-2+b2
SHA-109BC83CD2AF0AB6A85099506FD82C24D3209BDDF
SHA-25658D5133A1A80FA56023F7422FE75F9193B935287AB8DD355122570117A13B277