套件:libghc-text-short-doc(0.1.5-1)
libghc-text-short-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-text-short:
- [haskell-text-short_0.1.5-1.dsc]
- [haskell-text-short_0.1.5.orig.tar.gz]
- [haskell-text-short_0.1.5-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
memory-efficient representation of Unicode text strings; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-text-short-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-38
- 本虛擬套件由這些套件填實: ghc
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-hashable-doc
- class for types that can be converted to a hash value; documentation
-
- rec: libghc-text-short-dev
- memory-efficient representation of Unicode text strings
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-text-short-prof
- memory-efficient representation of Unicode text strings; profiling libraries