Result for 58C12D020D2FCB681BBA5EFC6284A9C1833700C3

Query result

Key Value
FileName./usr/share/doc/libghc-text-short-prof/buildinfo_arm64.gz
FileSize3083
MD5B447CB7A70D0043F7F8C677DD8151F46
SHA-158C12D020D2FCB681BBA5EFC6284A9C1833700C3
SHA-2563DBF540F41C5A639DC02C5135D861F02E88F82D99C5855FFFBF3AA7EE3F594A7
SSDEEP48:XQuCWLWt0umjqeT4CXLRPbqeRYUWDCiPDVtrYIWmS830WZ94xrtBu7841tvQ5dLA:guB+XmmY42LxOdeixtrXWs94xd4uXlZE
TLSHT19D514BC0A45A8C28EE7C1BA2F889763E2E802493103919FC043949451928EF7D39EC2F
hashlookup:parent-total4
hashlookup:trust70

Network graph view

Parents (Total: 4)

The searched file hash is included in 4 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize90824
MD55DB203D24D730C9F7B1FF9528FD083C9
PackageDescriptionmemory-efficient representation of Unicode text strings This Haskell library provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to the relationship between 'ShortByteString' and 'ByteString'. . The main differences between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText' doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload. . 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-text-short-dev
PackageSectionhaskell
PackageVersion0.1.2-4+b2
SHA-1964AC12F9BC7AFEC605DDCB0ECB7715548A0B744
SHA-256CB8C5483A3A3C7381E28CDAF5B2F0A88A0D2F853680F7087C1E4E8EC8F4E8D58
Key Value
FileSize221916
MD535C95A6FB5340993F13C230B2D75440F
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-10AAEFB202911604762CE1C5E46A2FB2424B280A3
SHA-2564A722689AA2544E856A41C36AC467941B61F81AAEB8FC9B074044B675055CD7A
Key Value
FileSize79112
MD5317F22135F6F6B1BCB9D242DD6555FF7
PackageDescriptionmemory-efficient representation of Unicode text strings; profiling libraries This Haskell library provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to the relationship between 'ShortByteString' and 'ByteString'. . The main differences between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText' doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload. . 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-text-short-prof
PackageSectionhaskell
PackageVersion0.1.2-4+b2
SHA-1D69227EB4DDB254B4C499850138BC58193886E03
SHA-256280C4237FC2509F0207B9FEECCE7369C4146E2DA05803B8FC605AC491C6787ED
Key Value
FileSize254984
MD554FB742E51245B0178041BDA5FE0A3B0
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.0-2+b2
SHA-18BEDA97355D2FF93F7BC2FE64C8A5DCA1758AB73
SHA-256D632330B2186903BFAB396AE7303225B5D22E671EA7D3EA5577DDCB0C181E952