Result for 4B0F63C7E4D3512FE94B3C9370D7A2259E525982

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/i386-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/Data/HashPSQ/Internal.p_hi
FileSize113399
MD59ACD33299EC863528FC1B75F33FBA747
SHA-14B0F63C7E4D3512FE94B3C9370D7A2259E525982
SHA-256806F8F57C466734B2280D459C3443BD46AF6E10F62A2680E1BA136C0554937C9
SSDEEP768:H1sXI54714kQt6L4J23k1izAR+fLDY1wrJ1DcBMyPYhpByCg5NbfpKyDQhOvcti4:D5U6l+C3/k9Xr4LB/u
TLSHT1A7B33816DF9BC212E5680571D5F90B096F20EC81A688BE476239B1BDBC336E07F15BD8
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
FileSize193004
MD554379FD9C3AFC017E37C6D87E4EE398F
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-164A548C170C811912E4F5C614BF5885E28D9973A
SHA-256FACAB35B4542225A10C20602E2563F2024BBF5E23BC017C4B5C2E908F5DFD904