Result for 1E097AE1B21C1F955F2B532945A1509802992D94

Query result

Key Value
FileName./usr/share/doc/libghc-text-short-prof/buildinfo_mips.gz
FileSize2913
MD5D6D219BB3B6B053E0B8E06BC47577D56
SHA-11E097AE1B21C1F955F2B532945A1509802992D94
SHA-25605D3FA0230C95EDEF499892B9BF846358BC6BCA9433FD05AE426CDE841AD7999
SSDEEP48:XKnMHy2R7lmb2YsuzPKeST8RXP1VMiabSN5hNn+dYQLcqwiUepSt816//OBS3nCl:0M9R0b2Y//SYjiiaMIgqwiJi816//OBZ
TLSHT1BF516E9D12286D0B8347BD9E933533CCF2473A8C53D19904A3FD6C21E898E18D2D0AA7
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
FileSize86640
MD5A65F977574EF62E2030C7339A849EF08
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-13BDB3F98745CA381F2B0B9748ECA9B9B4F9267F2
SHA-256B37447D150E1A71DB0832D1CF2441A80C0F016A56A0000EC9EFCBC65A53D0C5D
Key Value
FileSize96188
MD5CFB16046312103A59EF1E97DFD987372
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-1B0301ECCEBB771B72404CD64B4BAFB8C511CF373
SHA-2569F12293AA0EC90C380B7632C7AAD33480A540DB963A32B2268DB6C551CB352B9
Key Value
FileSize236716
MD55072A280042CD0D4C9A8CA07D6C8E561
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-1B6E18024FF753A9AB9BDA08C22027A209014B237
SHA-256783E030E18AF4CFB0D16FDF2C9D94D7C0502201EE4271EB98D2F84F780C3ECAA
Key Value
FileSize220328
MD5C965331D5CEFC06565C5C25ADB4B701C
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-1B704C4158B57E1FDB418B9D92553223600BD857C
SHA-25694A518C1B88AD3530B5905D6986E7FD26E8A03BCA9D0E1D1744F6C41BD95BD75