[ 源代码: haskell-store ]
软件包:libghc-store-prof(0.7.18-2 以及其他的)
libghc-store-prof 的相关链接
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-doc
- libghc-data-default-instances-base-prof
- libghc-th-lift-instances-prof
- libghc-cereal-vector-prof
- libghc-double-conversion-prof
- libghc-blaze-builder-prof
- libghc-enummapset-th-prof
- libghc-cereal-prof
- libghc-th-utilities-prof
- libghc-text-short-prof
- libghc-data-default-instances-base-dev
Fast binary serialization; profiling libraries
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 a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-store-prof 有关的软件包
|
|
|
|
-
- dep: libghc-array-prof-0.5.6.0-65c23
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-async-prof-2.2.5-e3bf5
- 本虚包由这些包填实: libghc-async-prof
-
- dep: libghc-base-orphans-prof-0.9.2-d3cf3
- 本虚包由这些包填实: libghc-base-orphans-prof
-
- dep: libghc-base-prof-4.18.2.1-b19b4
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-bifunctors-prof-5.6.2-dc268
- 本虚包由这些包填实: libghc-bifunctors-prof
-
- dep: libghc-bytestring-prof-0.11.5.3-37410
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-containers-prof-0.6.7-7a228
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-contravariant-prof-1.5.5-beebf
- 本虚包由这些包填实: libghc-contravariant-prof
-
- dep: libghc-deepseq-prof-1.4.8.1-9013f
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-directory-prof-1.3.8.5-8db36
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-filepath-prof-1.4.300.1-c620f
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-free-prof-5.2-fc322
- 本虚包由这些包填实: libghc-free-prof
-
- dep: libghc-ghc-prim-prof-0.10.0-e2193
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-hashable-prof-1.4.4.0-0fd68
- 本虚包由这些包填实: libghc-hashable-prof
-
- dep: libghc-hspec-prof-2.11.9-e3608
- 本虚包由这些包填实: libghc-hspec-prof
-
- dep: libghc-hspec-smallcheck-prof-0.5.3-31406
- 本虚包由这些包填实: libghc-hspec-smallcheck-prof
-
- dep: libghc-integer-gmp-prof-1.1-e6c41
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-lifted-base-prof-0.2.3.12-e8035
- 本虚包由这些包填实: libghc-lifted-base-prof
-
- dep: libghc-monad-control-prof-1.0.3.1-b8be8
- 本虚包由这些包填实: libghc-monad-control-prof
-
- dep: libghc-network-prof-3.1.4.0-a0756
- 本虚包由这些包填实: libghc-network-prof
-
- dep: libghc-primitive-prof-0.8.0.0-0ecbe
- 本虚包由这些包填实: libghc-primitive-prof
-
- dep: libghc-resourcet-prof-1.3.0-2d998
- 本虚包由这些包填实: libghc-resourcet-prof
-
- dep: libghc-safe-prof-0.3.21-37825
- 本虚包由这些包填实: libghc-safe-prof
-
- dep: libghc-smallcheck-prof-1.2.1.1-ef792
- 本虚包由这些包填实: libghc-smallcheck-prof
-
- dep: libghc-store-core-prof-0.4.4.7-33842
- 本虚包由这些包填实: libghc-store-core-prof
-
- dep: libghc-store-dev (= 0.7.18-2+b2)
- Fast binary serialization
-
- dep: libghc-syb-prof-0.7.2.4-5c37c
- 本虚包由这些包填实: libghc-syb-prof
-
- dep: libghc-template-haskell-prof-2.20.0.0-54f98
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-text-prof-2.0.2-0adc3
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-th-lift-prof-0.8.4-95248
- 本虚包由这些包填实: libghc-th-lift-prof
-
- dep: libghc-th-orphans-prof-0.13.14-02ef9
- 本虚包由这些包填实: libghc-th-orphans-prof
-
- dep: libghc-th-reify-many-prof-0.1.10-4c7b4
- 本虚包由这些包填实: libghc-th-reify-many-prof
-
- dep: libghc-th-utilities-prof-0.2.5.0-e7f75
- 本虚包由这些包填实: libghc-th-utilities-prof
-
- dep: libghc-time-prof-1.12.2-eb20f
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-5335d
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-vector-prof-0.13.1.0-ca5d5
- 本虚包由这些包填实: libghc-vector-prof
-
- dep: libghc-void-prof-0.7.3-a7720
- 本虚包由这些包填实: libghc-void-prof