toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : haskell-store  ]

Paquet : libghc-store-prof (0.7.6-1)

Liens pour libghc-store-prof

Screenshot

Ressources Debian :

Télécharger le paquet source haskell-store :

Responsables :

Ressources externes :

Paquets similaires :

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

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libghc-store-prof

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
amd64 695,3 ko9 410,0 ko [liste des fichiers]
arm64 836,6 ko11 124,0 ko [liste des fichiers]
armel 933,4 ko9 763,0 ko [liste des fichiers]
armhf 916,1 ko9 460,0 ko [liste des fichiers]
i386 706,2 ko7 110,0 ko [liste des fichiers]
mips64el 1 066,8 ko17 284,0 ko [liste des fichiers]
ppc64el 1 141,8 ko19 077,0 ko [liste des fichiers]
s390x 1 121,4 ko18 359,0 ko [liste des fichiers]