套件:libghc-text-short-prof(0.1.2-4 以及其他的)
libghc-text-short-prof 的相關連結
Debian 的資源:
下載原始碼套件 haskell-text-short:
- [haskell-text-short_0.1.2-4.dsc]
- [haskell-text-short_0.1.2.orig.tar.gz]
- [haskell-text-short_0.1.2-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
memory-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.
其他與 libghc-text-short-prof 有關的套件
|
|
|
|
-
- dep: libghc-base-prof-4.11.1.0-3abbc [i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-base-prof-4.11.1.0-5dd74 [amd64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-base-prof-4.11.1.0-7db1a [arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-base-prof-4.11.1.0-b951c [armhf]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-binary-prof-0.8.5.1-039e6 [armhf]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-binary-prof-0.8.5.1-24ea6 [amd64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-binary-prof-0.8.5.1-45c53 [arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-binary-prof-0.8.5.1-88402 [i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-1e712 [i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-40be2 [armhf]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-76891 [amd64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-b3c02 [arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.3.0-17e4f [amd64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.3.0-20ead [i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.3.0-2fffe [armhf]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.3.0-b30f4 [arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-ghc-prim-prof-0.5.2.0-0a259 [amd64, arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-ghc-prim-prof-0.5.2.0-18731 [armhf, i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-hashable-prof-1.2.7.0-5ded4 [i386]
- 本虛擬套件由這些套件填實: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.2.7.0-5efa0 [arm64]
- 本虛擬套件由這些套件填實: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.2.7.0-68a88 [amd64]
- 本虛擬套件由這些套件填實: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.2.7.0-acac2 [armhf]
- 本虛擬套件由這些套件填實: libghc-hashable-prof
-
- dep: libghc-text-prof-1.2.3.1-30bbe [amd64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-text-prof-1.2.3.1-3acd7 [i386]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-text-prof-1.2.3.1-89382 [arm64]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-text-prof-1.2.3.1-d3c2e [armhf]
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-text-short-dev (= 0.1.2-4+b2)
- memory-efficient representation of Unicode text strings