Result for B62D2DF372D626650A988A5684DE65BE30791825

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/aarch64-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/Data/BitUtil.p_hi
FileSize2824
MD5C88383C660ECFA00524F967BEB8B07D3
SHA-1B62D2DF372D626650A988A5684DE65BE30791825
SHA-2561D64A52C4813D58483713F3821ECC073230656F73C69A15C31F567C6DE9D3B45
SSDEEP48:a979RMqyVnL7cpxsAX9r1chp+WWXjYHE5X+UMDQChxG/p1/h:a9ZRMcFe0zia/p15
TLSHT1B651109E57689A1BDB640B3994E10140BF73E8736A77D6C7107C12759C43B846F2292F
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
FileSize221916
MD535C95A6FB5340993F13C230B2D75440F
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-10AAEFB202911604762CE1C5E46A2FB2424B280A3
SHA-2564A722689AA2544E856A41C36AC467941B61F81AAEB8FC9B074044B675055CD7A