Result for 0152F4BDDD90CB9C8485B15E73DD35BD219E2B86

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.3/psqueues-0.2.7.2-4PDOM1r8EUj1x8Im1ee4Kg/Data/IntPSQ.hi
FileSize3930
MD5DE5C2F46261BC1206E184E0D271CC77A
SHA-10152F4BDDD90CB9C8485B15E73DD35BD219E2B86
SHA-256D1AA5750D991704149C5105ED94F992266BE305593DD91A6D6EE8897DC397902
SSDEEP48:QDWasVFltFRrvriwnyITRVrL+sit2iqwpiPgfkBXFcwSSmzyyv0aRh:QD8VFRrewnyq+ywwdXFhSSmzyyv0aD
TLSHT17D81974CDBB4DE2AFA541C7BC8E2C141BF7067A245E2C74700E451A08997DE477F28BA
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
FileSize198204
MD5272EE278998BAE83EFA9F0671B92C123
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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibghc-psqueues-dev
PackageSectionhaskell
PackageVersion0.2.7.2-2build1
SHA-1159F8D9574F49304E397ACCCAD1138517E64B3E4
SHA-256440FFCFD8ACDC6C638EEA700634156E5537949601E1B26D296A6E8BBFE12D5E7