Result for 6C00893CD35D239468927618A39A18C6A1224686

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/Data/BitUtil.p_hi
FileSize2762
MD58B8340C9372FBA4C9FA7339885F265BB
SHA-16C00893CD35D239468927618A39A18C6A1224686
SHA-256D87A1D01F380A3464E2C0C12C3E2AADAB7D419ACFCCDE3DD28C3345841E98019
SSDEEP48:No9RM8yVnLRptssjFr2pf2+WWXjYHEt+592/NG/p1dh:NYR6pt2fJzK9D/p1P
TLSHT10A51215E97649A1FDB640B3994E10240BF73E4736A77CAC710780276CC13B986F61A2F
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
FileSize229860
MD596244045FEDCFDF0AC788ECAC7A53F33
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+b3
SHA-1C54C53DD15B30A56987310782E600346E599F3D1
SHA-2560EB779138A22C57BA8FB71EEE239E5DB393520A53D6BBBB38D7C6550E0D7F1E3