Result for 537D09429618D32BFF5C8513DA26791622188C95

Query result

Key Value
FileName./var/lib/ghc/package.conf.d/psqueues-0.2.7.2.conf
FileSize3200
MD5B688550E8BBF795374F9E06161AFDC98
SHA-1537D09429618D32BFF5C8513DA26791622188C95
SHA-2567F9189CE53DC386717DAC5F455451AB5C3B401185482E48AFC578D333D0354C8
SSDEEP48:B4bzTWDJ1pGKYfK2uArBdB9a4VWarT2J3+2nAkxQnoa4vlnvlhvzgluFU9:B4bG7OdrBA4V/T2J3+GxQNMlvltcAm9
TLSHT17B61809B830E06B27EEABC9262F6943C9B1FA17F3161A450709C45501BC3A2950A7EF8
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
FileSize274328
MD5794B29AFEDCB2364D59B63338CD887D7
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-1E74645CE4F1C547168356FA26A87AEC18200B30B
SHA-256393A6A36D88F4659FFF15D3F6E33643ECF055025F4C1DD26C0B7751470ADA2C1