Result for 276E4E48544A1B20F28F78CE8A9E59D265D52523

Query result

Key Value
FileName./usr/lib/haskell-packages/ghc/lib/mips-linux-ghc-8.8.4/psqueues-0.2.7.2-JzlnOOug5ulET7oKxYZytW/Data/BitUtil.hi
FileSize2859
MD56687699F15BA2D9ECF9B92D9EBE73EF7
SHA-1276E4E48544A1B20F28F78CE8A9E59D265D52523
SHA-25632F28AF1A55E0CEF678E8B03D5A252AEE12888480CE16D51E1AE992236C9E2BB
SSDEEP48:zuk9kVSVvXLuC7hsCEr80+n0K8nk+R+Gy4UDfaQa3JQChUai/p1/h:KsJK6M8QK8DRLy4UDfE3JGP/p15
TLSHT12351E35E3768C71FD7781A3AD4B20284BF73E4539A6B9683103811714C57A986F32D7E
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
FileSize272836
MD59E154817F3B051DD0FF9A8844C707BB3
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-160174D80CB3C81A359D048D0EE2BCF7A17206224
SHA-256CF49E7178B2C95F8CB16777ACA3E17FFA68E31AB1257AF08521578E820E10AF0