Alle Optionen
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Quellcode: haskell-store  ]

Paket: libghc-store-prof (0.5.0.1-1 und andere)

Links für libghc-store-prof

Screenshot

Debian-Ressourcen:

Quellcode-Paket haskell-store herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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.

Andere Pakete mit Bezug zu libghc-store-prof

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

libghc-store-prof herunterladen

Download für alle verfügbaren Architekturen
Architektur Version Paketgröße Größe (installiert) Dateien
amd64 0.5.0.1-1+b1 741,3 kB9.848,0 kB [Liste der Dateien]
arm64 0.5.0.1-1+b1 898,1 kB12.402,0 kB [Liste der Dateien]
armhf 0.5.0.1-1+b1 847,3 kB8.939,0 kB [Liste der Dateien]
i386 0.5.0.1-1+b1 752,7 kB7.356,0 kB [Liste der Dateien]