Result for 821701E09B8AEFB71CA3BB839D88E3B92BF535D4

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-8.8.4/psqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW/libHSpsqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW.a
FileSize1003366
MD59057A74093EBFA4B6D31747DD9153263
SHA-1821701E09B8AEFB71CA3BB839D88E3B92BF535D4
SHA-25698E7209A23C9C3E094230324E7ABD100AD8ED236387C4BDEA9A9B175BF942E33
SSDEEP12288:ABpGUXYI5dQ+qZD3HB4HXJq03KMVt5BZJRJMk4sKlKCmN2YYmIZbe6QZJYba7:dUYIXQ+s4HXJq03b5r8eKk
TLSHT16325A493CB444EA3F49DE2BA85C58B082723C81B5A47DF37511C1BE56EC78E4BE81B49
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
FileSize281996
MD5DC5060426EE98DB4E89696A9A5B26706
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.2-2+b1
SHA-1E2AECD6140521E8498D636220150EE9CC1A7F3D5
SHA-2565005354F86AC9E4B89F890FDA4F75D67389994DEE5271ED69A2B6B84BC013D22