Result for 46DBE73F77B86D129769D38E2E62CFAB396F1914

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/libHSpsqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB.a
FileSize986116
MD5B03E7B0ADB20AEC91032987A767687BD
SHA-146DBE73F77B86D129769D38E2E62CFAB396F1914
SHA-256C0182C89D49ECD9D646ED5C3CCB7098C9B3D705DFC14652E03B32ABBD46CF005
SSDEEP12288:6bV8qUYdmUhvjt2wQ3Ih5ChF2qp9d0IL73c14HHeO6b4K/4Tyjl5hTPjSnEPUKPG:ChbTCIhBqp9d0IL73cD/tl5hTPjEW9o
TLSHT17C25A583D7068F0AD5CF68BAB6D59B103B37D82E9663EF3759191BA45E830E07D0530A
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