Result for 5A923AF932E2B77F339976A0B2C419BD34B9310F

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.4.4/psqueues-0.2.7.0-Fvc5tEEuzbQ5vxup2jFsDB/Data/HashPSQ.p_hi
FileSize3926
MD56CB4CE1C95CB1518129A6AFD41DA60AD
SHA-15A923AF932E2B77F339976A0B2C419BD34B9310F
SHA-256FAE9B59D5D5F2E84786CC00A595106B8A01AD4025C26B6C0A757ADBFA99F5509
SSDEEP96:O9rH6L4GcJWzBbAUhFHDI7SSmz2LhtXnxgyvSD:O9SZFfhFHDI7SSmqLhtXnxgyvSD
TLSHT15A81519E4B9C9E6EDC74247B9191C1103BA06BB241E7DF03159942A04DCBCF83B76BDA
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
FileSize180176
MD510B23E49B8A254898059710893423D7C
PackageDescriptionPure priority search queues; profiling libraries 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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-psqueues-prof
PackageSectionhaskell
PackageVersion0.2.7.0-2+b2
SHA-11DFBA97C1F0C2437A314DE58EDDDCF6331E04F34
SHA-25685F6368BEE0FA7DAAC1222F03A578DE532C00EFA7EF522E57AFE8365D8ED7202