Result for 1DE27125C7E00531F86CE07BA4FE5645432B2BB9

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-8.4.4/libHSpsqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB-ghc8.4.4.so
FileSize599644
MD5D66DF434DE60D73B54DF62EBB80852C6
SHA-11DE27125C7E00531F86CE07BA4FE5645432B2BB9
SHA-25645B902A351F742008ADCECAE30920FAB32CB5D045A5BB3E61B186CF1AF5ADA87
SSDEEP12288:JIMpc/4FJezFlZWbFPpiwyPP92lG68ItOf5dDUaGb3W:oBWbFXy5dD
TLSHT10BD4E693D9128F16D6CF68BBB3994E102A3B185E9D97FD321A1993B4FF9F4E06104348
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
FileSize266636
MD554A53C1CE21D10156489EF25FF57339F
PackageDescriptionPure priority search queues 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. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-psqueues-dev
PackageSectionhaskell
PackageVersion0.2.7.0-2+b3
SHA-1F74A4422609CE3B2057A4330CCD0E5132B08BE4B
SHA-256CDF01B93EDC768543463BB40FA0A08859EAD6A83A90A2A237F5CAB487DDBCC10