Result for 2448253C8647646BA0C73ED6C88A32F9F925DC59

Query result

Key Value
FileName./usr/share/doc/libghc-text-short-prof/buildinfo_i386.gz
FileSize2958
MD58DC1173580FB50D1BF0B8E28AC2AA125
SHA-12448253C8647646BA0C73ED6C88A32F9F925DC59
SHA-256DBFC3C0DEB172FEA895CD8B2AD2556057F010717143AED337EA30BA2C0F0ABC1
SSDEEP48:XVzAs/KVTeEVW3KWtPfJ9KAEGhVOs7z+3kpEZv7YChLcARDnXpPGGaP0hgO1sBGC:is/ATeEVW3KWtPLVXyvUwLc1G041sBGC
TLSHT16B512A0670428E1ADBF7350E9C31AC33B79E53166551C8A1F484A68EA57856323E7876
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
FileSize75112
MD50789B54F45B6F1A17EA1671F1E8FEB88
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-1C5869504FFFA43E9CB5B176385ACC06452B90E49
SHA-256258709427F7450EB3391DFE7F89524CA37B5272355EAE0FB9F82DD8D58C85A12
Key Value
FileSize87612
MD5B0B4BFA12A07C08F8E8ACA8502193E45
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-1EB1DF7DD51F6883712E9FBB5B2DC2B29EDF1C7DE
SHA-2568B8132C01332F2E47337FC4A31DAA504C473580AFF9355562E11CC2299D29A2B
Key Value
FileSize209192
MD57A209860DF360D13E11055409B77925C
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-1390964BF18BC02A3EB172F2DD7B09D29AD513B90
SHA-256A9ECAFEC495994303740EC27F2508DF4ED25EB763BFD005303516EE64B3FCD8C
Key Value
FileSize193004
MD554379FD9C3AFC017E37C6D87E4EE398F
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-164A548C170C811912E4F5C614BF5885E28D9973A
SHA-256FACAB35B4542225A10C20602E2563F2024BBF5E23BC017C4B5C2E908F5DFD904