[ 原始碼: 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-23660
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-async-prof-2.2.5-a4b94
- 本虛擬套件由這些套件填實: libghc-async-prof
-
- dep: libghc-base-orphans-prof-0.9.2-24789
- 本虛擬套件由這些套件填實: libghc-base-orphans-prof
-
- dep: libghc-base-prof-4.18.2.1-038db
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-base64-bytestring-prof-1.2.1.0-2dc9f
- 本虛擬套件由這些套件填實: libghc-base64-bytestring-prof
-
- dep: libghc-bifunctors-prof-5.6.2-863a8
- 本虛擬套件由這些套件填實: libghc-bifunctors-prof
-
- dep: libghc-bytestring-prof-0.11.5.3-5e1ad
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-containers-prof-0.6.7-a865b
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-contravariant-prof-1.5.5-4be0b
- 本虛擬套件由這些套件填實: libghc-contravariant-prof
-
- dep: libghc-cryptohash-sha1-prof-0.11.101.0-6f52a
- 本虛擬套件由這些套件填實: libghc-cryptohash-sha1-prof
-
- dep: libghc-deepseq-prof-1.4.8.1-4e034
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-directory-prof-1.3.8.5-d5b6b
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-filepath-prof-1.4.300.1-a5a56
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-free-prof-5.2-8ed30
- 本虛擬套件由這些套件填實: libghc-free-prof
-
- dep: libghc-ghc-prim-prof-0.10.0-828b3
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-hashable-prof-1.4.4.0-45230
- 本虛擬套件由這些套件填實: libghc-hashable-prof
-
- dep: libghc-hspec-prof-2.11.9-dadb3
- 本虛擬套件由這些套件填實: libghc-hspec-prof
-
- dep: libghc-hspec-smallcheck-prof-0.5.3-ad05a
- 本虛擬套件由這些套件填實: libghc-hspec-smallcheck-prof
-
- dep: libghc-integer-gmp-prof-1.1-47d0a
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-lifted-base-prof-0.2.3.12-e3353
- 本虛擬套件由這些套件填實: libghc-lifted-base-prof
-
- dep: libghc-monad-control-prof-1.0.3.1-8f288
- 本虛擬套件由這些套件填實: libghc-monad-control-prof
-
- dep: libghc-mono-traversable-prof-1.0.20.0-63b62
- 本虛擬套件由這些套件填實: libghc-mono-traversable-prof
-
- dep: libghc-network-prof-3.1.4.0-0abf0
- 本虛擬套件由這些套件填實: libghc-network-prof
-
- dep: libghc-primitive-prof-0.8.0.0-902ab
- 本虛擬套件由這些套件填實: libghc-primitive-prof
-
- dep: libghc-resourcet-prof-1.3.0-1e755
- 本虛擬套件由這些套件填實: libghc-resourcet-prof
-
- dep: libghc-safe-prof-0.3.21-daf78
- 本虛擬套件由這些套件填實: libghc-safe-prof
-
- dep: libghc-smallcheck-prof-1.2.1.1-8f7f9
- 本虛擬套件由這些套件填實: libghc-smallcheck-prof
-
- dep: libghc-store-core-prof-0.4.4.7-a99b1
- 本虛擬套件由這些套件填實: libghc-store-core-prof
-
- dep: libghc-store-dev (= 0.7.18-2+b2)
- Fast binary serialization
-
- dep: libghc-syb-prof-0.7.2.4-8f82b
- 本虛擬套件由這些套件填實: libghc-syb-prof
-
- dep: libghc-template-haskell-prof-2.20.0.0-68f68
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-text-prof-2.0.2-62568
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-th-lift-instances-prof-0.1.20-04742
- 本虛擬套件由這些套件填實: libghc-th-lift-instances-prof
-
- dep: libghc-th-lift-prof-0.8.4-63682
- 本虛擬套件由這些套件填實: libghc-th-lift-prof
-
- dep: libghc-th-orphans-prof-0.13.14-eb46e
- 本虛擬套件由這些套件填實: libghc-th-orphans-prof
-
- dep: libghc-th-reify-many-prof-0.1.10-8011e
- 本虛擬套件由這些套件填實: libghc-th-reify-many-prof
-
- dep: libghc-th-utilities-prof-0.2.5.0-fca40
- 本虛擬套件由這些套件填實: libghc-th-utilities-prof
-
- dep: libghc-time-prof-1.12.2-17989
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-b6e44
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-unordered-containers-prof-0.2.20-d2679
- 本虛擬套件由這些套件填實: libghc-unordered-containers-prof
-
- dep: libghc-vector-prof-0.13.1.0-dfd19
- 本虛擬套件由這些套件填實: libghc-vector-prof
-
- dep: libghc-void-prof-0.7.3-69939
- 本虛擬套件由這些套件填實: libghc-void-prof