Tarkennettu haku
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: haskell-store  ]

Paketti: libghc-store-dev (0.7.18-1 ja muut)

Links for libghc-store-dev

Screenshot

Debian-palvelut:

Imuroi lähdekoodipaketti haskell-store:

Ylläpitäjät:

External Resources:

Samankaltaisia paketteja:

Fast binary serialization

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. See http://www.haskell.org/ for more information on Haskell.

Muut pakettiin libghc-store-dev liittyvät paketit

  • depends
  • recommends
  • suggests
  • enhances

Imuroi libghc-store-dev

Imurointi kaikille saataville arkkitehtuureille
Arkkitehtuuri Versio Paketin koko Koko asennettuna Tiedostot
alpha (epävirallinen siirros) 0.7.18-1 1,336.4 kt18,190.0 kt [tiedostoluettelo]
amd64 0.7.18-1+b2 767.8 kt9,695.0 kt [tiedostoluettelo]
arm64 0.7.18-1+b2 848.7 kt11,607.0 kt [tiedostoluettelo]
armel 0.7.18-1+b3 1,193.7 kt14,638.0 kt [tiedostoluettelo]
armhf 0.7.18-1+b3 1,162.0 kt14,483.0 kt [tiedostoluettelo]
hppa (epävirallinen siirros) 0.7.18-1 1,769.4 kt18,871.0 kt [tiedostoluettelo]
i386 0.7.18-1+b2 1,361.4 kt13,652.0 kt [tiedostoluettelo]
ia64 (epävirallinen siirros) 0.7.18-1+b2 1,733.5 kt32,512.0 kt [tiedostoluettelo]
m68k (epävirallinen siirros) 0.7.16-1 1,209.4 kt12,368.0 kt [tiedostoluettelo]
mips64el 0.7.18-1+b1 1,478.4 kt22,267.0 kt [tiedostoluettelo]
ppc64 (epävirallinen siirros) 0.7.18-1+b2 1,459.0 kt24,046.0 kt [tiedostoluettelo]
ppc64el 0.7.18-1+b2 1,551.2 kt21,487.0 kt [tiedostoluettelo]
riscv64 0.7.18-1+b2 1,592.1 kt21,165.0 kt [tiedostoluettelo]
s390x 0.7.18-1+b2 1,536.7 kt21,673.0 kt [tiedostoluettelo]
sparc64 (epävirallinen siirros) 0.7.18-1+b1 1,521.9 kt24,200.0 kt [tiedostoluettelo]