[ Paquet source : haskell-store ]
Paquet : libghc-store-prof (0.7.18-2 et autres)
Liens pour libghc-store-prof
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source 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]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
- 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.
Autres paquets associés à libghc-store-prof
|
|
|
|
-
- dep: libghc-array-prof-0.5.6.0-23660
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-async-prof-2.2.5-a4b94
- paquet virtuel fourni par libghc-async-prof
-
- dep: libghc-base-orphans-prof-0.9.2-24789
- paquet virtuel fourni par libghc-base-orphans-prof
-
- dep: libghc-base-prof-4.18.2.1-038db
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-base64-bytestring-prof-1.2.1.0-2dc9f
- paquet virtuel fourni par libghc-base64-bytestring-prof
-
- dep: libghc-bifunctors-prof-5.6.2-863a8
- paquet virtuel fourni par libghc-bifunctors-prof
-
- dep: libghc-bytestring-prof-0.11.5.3-5e1ad
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-containers-prof-0.6.7-a865b
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-contravariant-prof-1.5.5-4be0b
- paquet virtuel fourni par libghc-contravariant-prof
-
- dep: libghc-cryptohash-sha1-prof-0.11.101.0-6f52a
- paquet virtuel fourni par libghc-cryptohash-sha1-prof
-
- dep: libghc-deepseq-prof-1.4.8.1-4e034
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-directory-prof-1.3.8.5-d5b6b
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-filepath-prof-1.4.300.1-a5a56
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-free-prof-5.2-8ed30
- paquet virtuel fourni par libghc-free-prof
-
- dep: libghc-ghc-prim-prof-0.10.0-828b3
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-hashable-prof-1.4.4.0-45230
- paquet virtuel fourni par libghc-hashable-prof
-
- dep: libghc-hspec-prof-2.11.9-dadb3
- paquet virtuel fourni par libghc-hspec-prof
-
- dep: libghc-hspec-smallcheck-prof-0.5.3-ad05a
- paquet virtuel fourni par libghc-hspec-smallcheck-prof
-
- dep: libghc-integer-gmp-prof-1.1-47d0a
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-lifted-base-prof-0.2.3.12-e3353
- paquet virtuel fourni par libghc-lifted-base-prof
-
- dep: libghc-monad-control-prof-1.0.3.1-8f288
- paquet virtuel fourni par libghc-monad-control-prof
-
- dep: libghc-mono-traversable-prof-1.0.20.0-63b62
- paquet virtuel fourni par libghc-mono-traversable-prof
-
- dep: libghc-network-prof-3.1.4.0-0abf0
- paquet virtuel fourni par libghc-network-prof
-
- dep: libghc-primitive-prof-0.8.0.0-902ab
- paquet virtuel fourni par libghc-primitive-prof
-
- dep: libghc-resourcet-prof-1.3.0-1e755
- paquet virtuel fourni par libghc-resourcet-prof
-
- dep: libghc-safe-prof-0.3.21-daf78
- paquet virtuel fourni par libghc-safe-prof
-
- dep: libghc-smallcheck-prof-1.2.1.1-8f7f9
- paquet virtuel fourni par libghc-smallcheck-prof
-
- dep: libghc-store-core-prof-0.4.4.7-a99b1
- paquet virtuel fourni par 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
- paquet virtuel fourni par libghc-syb-prof
-
- dep: libghc-template-haskell-prof-2.20.0.0-68f68
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-text-prof-2.0.2-62568
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-th-lift-instances-prof-0.1.20-04742
- paquet virtuel fourni par libghc-th-lift-instances-prof
-
- dep: libghc-th-lift-prof-0.8.4-63682
- paquet virtuel fourni par libghc-th-lift-prof
-
- dep: libghc-th-orphans-prof-0.13.14-eb46e
- paquet virtuel fourni par libghc-th-orphans-prof
-
- dep: libghc-th-reify-many-prof-0.1.10-8011e
- paquet virtuel fourni par libghc-th-reify-many-prof
-
- dep: libghc-th-utilities-prof-0.2.5.0-fca40
- paquet virtuel fourni par libghc-th-utilities-prof
-
- dep: libghc-time-prof-1.12.2-17989
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-b6e44
- paquet virtuel fourni par ghc-prof
-
- dep: libghc-unordered-containers-prof-0.2.20-d2679
- paquet virtuel fourni par libghc-unordered-containers-prof
-
- dep: libghc-vector-prof-0.13.1.0-dfd19
- paquet virtuel fourni par libghc-vector-prof
-
- dep: libghc-void-prof-0.7.3-69939
- paquet virtuel fourni par libghc-void-prof
Télécharger libghc-store-prof
Architecture | Version | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|---|
i386 | 0.7.18-2+b2 | 1 149,7 ko | 11 961,0 ko | [liste des fichiers] |