[ Source: haskell-store ]
Paketti: libghc-store-dev (0.7.6-1)
Links for libghc-store-dev
Debian-palvelut:
Imuroi lähdekoodipaketti haskell-store:
Ylläpitäjät:
External Resources:
- Kotisivu [github.com]
Samankaltaisia paketteja:
- libghc-store-prof
- libghc-data-default-instances-base-dev
- libghc-data-default-instances-base-prof
- libghc-data-default-instances-base-doc
- libghc-cereal-vector-prof
- libghc-cereal-vector-dev
- libghc-th-lift-instances-dev
- libghc-th-lift-instances-prof
- libghc-cereal-vector-doc
- libghc-double-conversion-dev
- libghc-double-conversion-prof
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
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU-C-kirjasto: jaetut kirjastot
myös näennäispaketti, jonka toteuttaa libc6-udeb
-
- dep: libghc-array-dev-0.5.4.0-0281a
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-async-dev-2.2.2-29e18
- näennäispaketti, jonka toteuttaa libghc-async-dev
-
- dep: libghc-base-dev-4.13.0.0-5b8ba
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-base-orphans-dev-0.8.2-3f63d
- näennäispaketti, jonka toteuttaa libghc-base-orphans-dev
-
- dep: libghc-base64-bytestring-dev-1.0.0.3-c8132
- näennäispaketti, jonka toteuttaa libghc-base64-bytestring-dev
-
- dep: libghc-bifunctors-dev-5.5.7-e220f
- näennäispaketti, jonka toteuttaa libghc-bifunctors-dev
-
- dep: libghc-bytestring-dev-0.10.10.1-92515
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-containers-dev-0.6.2.1-53ee1
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-contravariant-dev-1.5.2-737f2
- näennäispaketti, jonka toteuttaa libghc-contravariant-dev
-
- dep: libghc-cryptohash-dev-0.11.9-3e4f0
- näennäispaketti, jonka toteuttaa libghc-cryptohash-dev
-
- dep: libghc-deepseq-dev-1.4.4.0-5e065
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-directory-dev-1.3.6.0-6c350
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-filepath-dev-1.4.2.1-8143b
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-free-dev-5.1.3-0cdf0
- näennäispaketti, jonka toteuttaa libghc-free-dev
-
- dep: libghc-ghc-prim-dev-0.5.3-00322
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-hashable-dev-1.3.0.0-565bd
- näennäispaketti, jonka toteuttaa libghc-hashable-dev
-
- dep: libghc-hspec-dev-2.7.1-3c571
- näennäispaketti, jonka toteuttaa libghc-hspec-dev
-
- dep: libghc-hspec-smallcheck-dev-0.5.2-e1810
- näennäispaketti, jonka toteuttaa libghc-hspec-smallcheck-dev
-
- dep: libghc-integer-gmp-dev-1.0.2.0-0b5a2
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-lifted-base-dev-0.2.3.12-6f903
- näennäispaketti, jonka toteuttaa libghc-lifted-base-dev
-
- dep: libghc-monad-control-dev-1.0.2.3-6f38c
- näennäispaketti, jonka toteuttaa libghc-monad-control-dev
-
- dep: libghc-mono-traversable-dev-1.0.15.1-a4430
- näennäispaketti, jonka toteuttaa libghc-mono-traversable-dev
-
- dep: libghc-network-dev-3.1.1.1-09230
- näennäispaketti, jonka toteuttaa libghc-network-dev
-
- dep: libghc-primitive-dev-0.7.0.1-8b137
- näennäispaketti, jonka toteuttaa libghc-primitive-dev
-
- dep: libghc-resourcet-dev-1.2.4.2-f8652
- näennäispaketti, jonka toteuttaa libghc-resourcet-dev
-
- dep: libghc-safe-dev-0.3.19-7914e
- näennäispaketti, jonka toteuttaa libghc-safe-dev
-
- dep: libghc-smallcheck-dev-1.1.7-46a24
- näennäispaketti, jonka toteuttaa libghc-smallcheck-dev
-
- dep: libghc-store-core-dev-0.4.4.3-b8891
- näennäispaketti, jonka toteuttaa libghc-store-core-dev
-
- dep: libghc-syb-dev-0.7.1-e7786
- näennäispaketti, jonka toteuttaa libghc-syb-dev
-
- dep: libghc-template-haskell-dev-2.15.0.0-d6b75
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-text-dev-1.2.4.0-9798c
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-th-lift-dev-0.8.1-b4f06
- näennäispaketti, jonka toteuttaa libghc-th-lift-dev
-
- dep: libghc-th-lift-instances-dev-0.1.17-eb2a4
- näennäispaketti, jonka toteuttaa libghc-th-lift-instances-dev
-
- dep: libghc-th-orphans-dev-0.13.10-b2021
- näennäispaketti, jonka toteuttaa libghc-th-orphans-dev
-
- dep: libghc-th-reify-many-dev-0.1.9-6fdc8
- näennäispaketti, jonka toteuttaa libghc-th-reify-many-dev
-
- dep: libghc-th-utilities-dev-0.2.4.0-9199e
- näennäispaketti, jonka toteuttaa libghc-th-utilities-dev
-
- dep: libghc-time-dev-1.9.3-8c784
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-transformers-dev-0.5.6.2-38196
- näennäispaketti, jonka toteuttaa ghc
-
- dep: libghc-unordered-containers-dev-0.2.10.0-455d4
- näennäispaketti, jonka toteuttaa libghc-unordered-containers-dev
-
- dep: libghc-vector-dev-0.12.1.2-55f59
- näennäispaketti, jonka toteuttaa libghc-vector-dev
-
- dep: libghc-void-dev-0.7.3-19523
- näennäispaketti, jonka toteuttaa libghc-void-dev
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-store-doc
- Fast binary serialization; documentation
-
- sug: libghc-store-prof
- Fast binary serialization; profiling libraries
Imuroi libghc-store-dev
Arkkitehtuuri | Paketin koko | Koko asennettuna | Tiedostot |
---|---|---|---|
armhf | 1,116.3 kt | 11,837.0 kt | [tiedostoluettelo] |