[ 源代码: haskell-store ]
软件包:libghc-store-doc(0.7.18-2)
libghc-store-doc 的相关链接
Debian 的资源:
下载源码包 haskell-store:
- [haskell-store_0.7.18-2.dsc]
- [haskell-store_0.7.18.orig.tar.gz]
- [haskell-store_0.7.18-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- libghc-store-prof
- libghc-data-default-instances-base-doc
- libghc-data-default-instances-base-dev
- libghc-data-default-instances-base-prof
- libghc-cereal-vector-doc
- libghc-th-lift-instances-doc
- libghc-double-conversion-doc
- libghc-cereal-vector-prof
- libghc-cereal-vector-dev
- libghc-th-lift-instances-dev
- libghc-th-lift-instances-prof
Fast binary serialization; documentation
The 'store' package provides efficient binary serialization. There are a couple features that particularly distinguish it from most prior Haskell serialization libraries:
* Its primary goal is speed. By default, direct machine representations are used for things like numeric values (Int, Double, Word32, etc) and buffers (Text, ByteString, Vector, etc). This means that much of serialization uses the equivalent of memcpy. * Instead of implementing lazy serialization / deserialization involving multiple input / output buffers, peek and poke always work with a single buffer. This buffer is allocated by asking the value for its size before encoding. This simplifies the encoding logic, and allows for highly optimized tight loops. * store can optimize size computations by knowing when some types always use the same number of bytes. This allows for computing the byte size of a `Vector Int32` by just doing `length v * 4`.
It also features:
* Optimized serialization instances for many types from base, vector, bytestring, text, containers, time, template-haskell, and more. * TH and GHC Generics based generation of Store instances for datatypes * TH generation of testcases
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-store-doc 有关的软件包
|
|
|
|
-
- dep: haddock-interface-42
- 本虚包由这些包填实: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-base-orphans-doc
- Backwards-compatible orphan instances for base; documentation
-
- rec: libghc-base64-bytestring-doc
- fast base64 encoding/deconding for ByteStrings; documentation
-
- rec: libghc-cryptohash-sha1-doc
- fast, pure and practical SHA-1 implementation; documentation
-
- rec: libghc-hashable-doc
- class for types that can be converted to a hash value; documentation
-
- rec: libghc-hspec-doc
- behavior-driven development for Haskell; documentation
-
- rec: libghc-hspec-smallcheck-doc
- SmallCheck support for the Hspec testing framework; documentation
-
- rec: libghc-lifted-base-doc
- Lifted IO operations from the base library; documentation
-
- rec: libghc-monad-control-doc
- Monad transformers to lift control operations; documentation
-
- rec: libghc-mono-traversable-doc
- typeclasses for mapping/folding/traversing monomorphic containers; documentation
-
- rec: libghc-network-doc
- Haskell low-level network library; documentation
-
- rec: libghc-primitive-doc
- Wrappers for primitive operations; documentation
-
- rec: libghc-safe-doc
- Documentation for safe library for (pattern match free) functions; documentation
-
- rec: libghc-smallcheck-doc
- Another lightweight testing library; documentation
-
- rec: libghc-store-core-doc
- fast and lightweight binary serialization; documentation
-
- rec: libghc-store-dev
- Fast binary serialization
-
- rec: libghc-syb-doc
- Generic programming library for Haskell; documentation
-
- rec: libghc-th-lift-instances-doc
- Lift instances for template-haskell for common data types; documentation
-
- rec: libghc-th-orphans-doc
- orphan instances for TH datatypes; documentation
-
- rec: libghc-th-reify-many-doc
- recurseively reify template haskell datatype info; documentation
-
- rec: libghc-th-utilities-doc
- useful functions for use with Template Haskell; documentation
-
- rec: libghc-unordered-containers-doc
- Efficient hashing-based container types; documentation
-
- rec: libghc-vector-doc
- Efficient Arrays for Haskell; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-store-prof
- Fast binary serialization; profiling libraries